Shades of Golden Brown #B06201
Tints of Golden Brown #B06201
RGB
CMYK
RGB Variations
Color information
#B06201 (or 0xB06201) is known color: Golden Brown. HEX triplet: B0, 62 and 01. RGB value is (176,98,1). Sum of RGB (Red+Green+Blue) = 176+98+1=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B06201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06201 is #4F9DFE. Grayscale: #6E6E6E. Windows color (decimal): -5217791 or 90800. OLE color: 90800.
HSL color Cylindrical-coordinate representation of color #B06201: hue angle of 33.26º degrees, saturation: 0.99, 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 #B06201 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.31 |
| HSL | 33.26º | 0.99% | 0.35% | - |
| HSV(B) | 33.26º | 0.99% | 0.69% | - |
| XYZ | 22.28 | 17.97 | 2.32 | - |
| YUV | 110.26 | 66.34 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 1 | 0 | 0.44 | 0.99 | 0.31 | 33.26 | 0.99 | 0.35 |
| Hex | B0 | 62 | 1 | 0 | 2C | 63 | 1F | 21 | 63 | 23 |
| Octal | 260 | 142 | 1 | 0 | 54 | 143 | 37 | 41 | 143 | 43 |
| Binary | 10110000 | 1100010 | 1 | 0 | 101100 | 1100011 | 11111 | 100001 | 1100011 | 100011 |
Color Harmonies of #B06201
Complementary color
Monochromatic Colors of #B06201
Black with #B06201
Text Example
Text Example
White with #B06201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06201; }
p { color: rgb(176,98,1); }
H1.HeaderClassName
{
color: #B06201;
}
.AnyTagClassName
{
color: #B06201;
}
</style>
background-color css
<style>
a { background-color: #B06201; }
a { background-color: rgb(176,98,1); }
div.DivClassName
{
background-color: #B06201;
}
.BgClassName
{
background-color: #B06201;
}
</style>
border-color css
<style>
span { border-color: #B06201; }
span { border-color: rgb(176,98,1); }
td.TdClassName
{
border-color: #B06201;
}
.TagClassName
{
border-color: #B06201;
}
</style>