Color spaces of #b25731
RGB | 178 | 87 | 49 |
---|---|---|---|
HSL | 0.05 | 0.57 | 0.45 |
HSV | 18° | 72° | 70° |
CMYK | 0.00 | 0.51 | 0.72 0.30 |
XYZ | 22.3227 | 16.5031 | 4.9146 |
Yxy | 16.5031 | 0.5103 | 0.3773 |
Hunter Lab | 40.6240 | 26.9929 | 21.2640 |
CIE-Lab | 47.6277 | 34.2313 | 38.4933 |
#b25731 color RGB value is (178,87,49).
#b25731 hex color red value is 178, green value is 87 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #b25731 hue: 0.05 , saturation: 0.57 and the lightness value of b25731 is 0.45.
The process color (four color CMYK) of #b25731 color hex is 0.00, 0.51, 0.72, 0.30. Web safe color of #b25731 is #996633. Color #b25731 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01010111 | 00110001 |
Octal | 262 | 127 | 61 |
Decimal | 178 | 87 | 49 |
Hex | B2 | 57 | 31 |
Shades of #b25731
Tints of #b25731
RGB Percentages of Color #b25731
CMYK Percentages of Color #b25731
Complementary Color
#b25731 | #318cb2 |
#b25731 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b25731 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b25731 Color CSS Codes
.mybgcolor {background-color:#b25731; } .myforecolor {color:#b25731; } .mybordercolor {border:3px solid #b25731; }
#b25731 Text Font Color
<p style="color:#b25731">Text here</p>
This sample text font color is #b25731
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#b25731 Background Color
<div style="background-color:#b25731">
Div content here</div>
This div background color is #b25731
#b25731 Border Color
<div style="border:3px solid #b25731">
Div here</div>
This div border color is #b25731
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,87,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b25731; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b25731; -webkit-box-shadow: 1px 1px 3px 2px #b25731; box-shadow: 1px 1px 3px 2px #b25731; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,87,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b25731">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b25731; -webkit-box-shadow: 1px 1px 3px 2px #b25731; box-shadow: 1px 1px 3px 2px #b25731;">
Div content here</div>
This div box has shadow with color #b25731
Comments
No comments written yet.
Please login to write comment.