Shades of Golden Brown #B06C04
Tints of Golden Brown #B06C04
RGB
CMYK
RGB Variations
Color information
#B06C04 (or 0xB06C04) is known color: Golden Brown. HEX triplet: B0, 6C and 04. RGB value is (176,108,4). Sum of RGB (Red+Green+Blue) = 176+108+4=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C04 is #4F93FB. Grayscale: #747474. Windows color (decimal): -5215228 or 289968. OLE color: 289968.
HSL color Cylindrical-coordinate representation of color #B06C04: hue angle of 36.28º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B06C04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.31 |
| HSL | 36.28º | 0.96% | 0.35% | - |
| HSV(B) | 36.28º | 0.98% | 0.69% | - |
| XYZ | 23.29 | 19.96 | 2.74 | - |
| YUV | 116.48 | 64.53 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 4 | 0 | 0.39 | 0.98 | 0.31 | 36.28 | 0.96 | 0.35 |
| Hex | B0 | 6C | 4 | 0 | 27 | 62 | 1F | 24 | 60 | 23 |
| Octal | 260 | 154 | 4 | 0 | 47 | 142 | 37 | 44 | 140 | 43 |
| Binary | 10110000 | 1101100 | 100 | 0 | 100111 | 1100010 | 11111 | 100100 | 1100000 | 100011 |
Color Harmonies of #B06C04
Complementary color
Monochromatic Colors of #B06C04
Black with #B06C04
Text Example
Text Example
White with #B06C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C04; }
p { color: rgb(176,108,4); }
H1.HeaderClassName
{
color: #B06C04;
}
.AnyTagClassName
{
color: #B06C04;
}
</style>
background-color css
<style>
a { background-color: #B06C04; }
a { background-color: rgb(176,108,4); }
div.DivClassName
{
background-color: #B06C04;
}
.BgClassName
{
background-color: #B06C04;
}
</style>
border-color css
<style>
span { border-color: #B06C04; }
span { border-color: rgb(176,108,4); }
td.TdClassName
{
border-color: #B06C04;
}
.TagClassName
{
border-color: #B06C04;
}
</style>