Shades of Golden Brown #B0600B
Tints of Golden Brown #B0600B
RGB
CMYK
RGB Variations
Color information
#B0600B (or 0xB0600B) is known color: Golden Brown. HEX triplet: B0, 60 and 0B. RGB value is (176,96,11). Sum of RGB (Red+Green+Blue) = 176+96+11=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B0600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0600B is #4F9FF4. Grayscale: #6E6E6E. Windows color (decimal): -5218293 or 745648. OLE color: 745648.
HSL color Cylindrical-coordinate representation of color #B0600B: hue angle of 30.91º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0600B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.31 |
| HSL | 30.91º | 0.88% | 0.37% | - |
| HSV(B) | 30.91º | 0.94% | 0.69% | - |
| XYZ | 22.15 | 17.62 | 2.55 | - |
| YUV | 110.23 | 72 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 11 | 0 | 0.45 | 0.94 | 0.31 | 30.91 | 0.88 | 0.37 |
| Hex | B0 | 60 | B | 0 | 2D | 5E | 1F | 1F | 58 | 25 |
| Octal | 260 | 140 | 13 | 0 | 55 | 136 | 37 | 37 | 130 | 45 |
| Binary | 10110000 | 1100000 | 1011 | 0 | 101101 | 1011110 | 11111 | 11111 | 1011000 | 100101 |
Color Harmonies of #B0600B
Complementary color
Monochromatic Colors of #B0600B
Black with #B0600B
Text Example
Text Example
White with #B0600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0600B; }
p { color: rgb(176,96,11); }
H1.HeaderClassName
{
color: #B0600B;
}
.AnyTagClassName
{
color: #B0600B;
}
</style>
background-color css
<style>
a { background-color: #B0600B; }
a { background-color: rgb(176,96,11); }
div.DivClassName
{
background-color: #B0600B;
}
.BgClassName
{
background-color: #B0600B;
}
</style>
border-color css
<style>
span { border-color: #B0600B; }
span { border-color: rgb(176,96,11); }
td.TdClassName
{
border-color: #B0600B;
}
.TagClassName
{
border-color: #B0600B;
}
</style>