Shades of Golden Brown #B06002
Tints of Golden Brown #B06002
RGB
CMYK
RGB Variations
Color information
#B06002 (or 0xB06002) is known color: Golden Brown. HEX triplet: B0, 60 and 02. RGB value is (176,96,2). Sum of RGB (Red+Green+Blue) = 176+96+2=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B06002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06002 is #4F9FFD. Grayscale: #6D6D6D. Windows color (decimal): -5218302 or 155824. OLE color: 155824.
HSL color Cylindrical-coordinate representation of color #B06002: hue angle of 32.41º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B06002 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.31 |
| HSL | 32.41º | 0.98% | 0.35% | - |
| HSV(B) | 32.41º | 0.99% | 0.69% | - |
| XYZ | 22.1 | 17.6 | 2.29 | - |
| YUV | 109.2 | 67.5 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 2 | 0 | 0.45 | 0.99 | 0.31 | 32.41 | 0.98 | 0.35 |
| Hex | B0 | 60 | 2 | 0 | 2D | 63 | 1F | 20 | 62 | 23 |
| Octal | 260 | 140 | 2 | 0 | 55 | 143 | 37 | 40 | 142 | 43 |
| Binary | 10110000 | 1100000 | 10 | 0 | 101101 | 1100011 | 11111 | 100000 | 1100010 | 100011 |
Color Harmonies of #B06002
Complementary color
Monochromatic Colors of #B06002
Black with #B06002
Text Example
Text Example
White with #B06002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06002; }
p { color: rgb(176,96,2); }
H1.HeaderClassName
{
color: #B06002;
}
.AnyTagClassName
{
color: #B06002;
}
</style>
background-color css
<style>
a { background-color: #B06002; }
a { background-color: rgb(176,96,2); }
div.DivClassName
{
background-color: #B06002;
}
.BgClassName
{
background-color: #B06002;
}
</style>
border-color css
<style>
span { border-color: #B06002; }
span { border-color: rgb(176,96,2); }
td.TdClassName
{
border-color: #B06002;
}
.TagClassName
{
border-color: #B06002;
}
</style>