Shades of Golden Brown #B06901
Tints of Golden Brown #B06901
RGB
CMYK
RGB Variations
Color information
#B06901 (or 0xB06901) is known color: Golden Brown. HEX triplet: B0, 69 and 01. RGB value is (176,105,1). Sum of RGB (Red+Green+Blue) = 176+105+1=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B06901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06901 is #4F96FE. Grayscale: #727272. Windows color (decimal): -5215999 or 92592. OLE color: 92592.
HSL color Cylindrical-coordinate representation of color #B06901: hue angle of 35.66º 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 #B06901 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.31 |
| HSL | 35.66º | 0.99% | 0.35% | - |
| HSV(B) | 35.66º | 0.99% | 0.69% | - |
| XYZ | 22.96 | 19.34 | 2.55 | - |
| YUV | 114.37 | 64.02 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 1 | 0 | 0.40 | 0.99 | 0.31 | 35.66 | 0.99 | 0.35 |
| Hex | B0 | 69 | 1 | 0 | 28 | 63 | 1F | 24 | 63 | 23 |
| Octal | 260 | 151 | 1 | 0 | 50 | 143 | 37 | 44 | 143 | 43 |
| Binary | 10110000 | 1101001 | 1 | 0 | 101000 | 1100011 | 11111 | 100100 | 1100011 | 100011 |
Color Harmonies of #B06901
Complementary color
Monochromatic Colors of #B06901
Black with #B06901
Text Example
Text Example
White with #B06901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06901; }
p { color: rgb(176,105,1); }
H1.HeaderClassName
{
color: #B06901;
}
.AnyTagClassName
{
color: #B06901;
}
</style>
background-color css
<style>
a { background-color: #B06901; }
a { background-color: rgb(176,105,1); }
div.DivClassName
{
background-color: #B06901;
}
.BgClassName
{
background-color: #B06901;
}
</style>
border-color css
<style>
span { border-color: #B06901; }
span { border-color: rgb(176,105,1); }
td.TdClassName
{
border-color: #B06901;
}
.TagClassName
{
border-color: #B06901;
}
</style>