Shades of Golden Brown #B0600D
Tints of Golden Brown #B0600D
RGB
CMYK
RGB Variations
Color information
#B0600D (or 0xB0600D) is known color: Golden Brown. HEX triplet: B0, 60 and 0D. RGB value is (176,96,13). Sum of RGB (Red+Green+Blue) = 176+96+13=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B0600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0600D is #4F9FF2. Grayscale: #6E6E6E. Windows color (decimal): -5218291 or 876720. OLE color: 876720.
HSL color Cylindrical-coordinate representation of color #B0600D: hue angle of 30.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0600D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.31 |
| HSL | 30.55º | 0.86% | 0.37% | - |
| HSV(B) | 30.55º | 0.93% | 0.69% | - |
| XYZ | 22.16 | 17.62 | 2.61 | - |
| YUV | 110.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 13 | 0 | 0.45 | 0.93 | 0.31 | 30.55 | 0.86 | 0.37 |
| Hex | B0 | 60 | D | 0 | 2D | 5D | 1F | 1F | 56 | 25 |
| Octal | 260 | 140 | 15 | 0 | 55 | 135 | 37 | 37 | 126 | 45 |
| Binary | 10110000 | 1100000 | 1101 | 0 | 101101 | 1011101 | 11111 | 11111 | 1010110 | 100101 |
Color Harmonies of #B0600D
Complementary color
Monochromatic Colors of #B0600D
Black with #B0600D
Text Example
Text Example
White with #B0600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0600D; }
p { color: rgb(176,96,13); }
H1.HeaderClassName
{
color: #B0600D;
}
.AnyTagClassName
{
color: #B0600D;
}
</style>
background-color css
<style>
a { background-color: #B0600D; }
a { background-color: rgb(176,96,13); }
div.DivClassName
{
background-color: #B0600D;
}
.BgClassName
{
background-color: #B0600D;
}
</style>
border-color css
<style>
span { border-color: #B0600D; }
span { border-color: rgb(176,96,13); }
td.TdClassName
{
border-color: #B0600D;
}
.TagClassName
{
border-color: #B0600D;
}
</style>