Shades of Golden Brown #B06101
Tints of Golden Brown #B06101
RGB
CMYK
RGB Variations
Color information
#B06101 (or 0xB06101) is known color: Golden Brown. HEX triplet: B0, 61 and 01. RGB value is (176,97,1). Sum of RGB (Red+Green+Blue) = 176+97+1=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B06101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06101 is #4F9EFE. Grayscale: #6E6E6E. Windows color (decimal): -5218047 or 90544. OLE color: 90544.
HSL color Cylindrical-coordinate representation of color #B06101: hue angle of 32.91º 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 #B06101 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 97 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.31 |
| HSL | 32.91º | 0.99% | 0.35% | - |
| HSV(B) | 32.91º | 0.99% | 0.69% | - |
| XYZ | 22.18 | 17.78 | 2.29 | - |
| YUV | 109.68 | 66.67 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 1 | 0 | 0.45 | 0.99 | 0.31 | 32.91 | 0.99 | 0.35 |
| Hex | B0 | 61 | 1 | 0 | 2D | 63 | 1F | 21 | 63 | 23 |
| Octal | 260 | 141 | 1 | 0 | 55 | 143 | 37 | 41 | 143 | 43 |
| Binary | 10110000 | 1100001 | 1 | 0 | 101101 | 1100011 | 11111 | 100001 | 1100011 | 100011 |
Color Harmonies of #B06101
Complementary color
Monochromatic Colors of #B06101
Black with #B06101
Text Example
Text Example
White with #B06101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06101; }
p { color: rgb(176,97,1); }
H1.HeaderClassName
{
color: #B06101;
}
.AnyTagClassName
{
color: #B06101;
}
</style>
background-color css
<style>
a { background-color: #B06101; }
a { background-color: rgb(176,97,1); }
div.DivClassName
{
background-color: #B06101;
}
.BgClassName
{
background-color: #B06101;
}
</style>
border-color css
<style>
span { border-color: #B06101; }
span { border-color: rgb(176,97,1); }
td.TdClassName
{
border-color: #B06101;
}
.TagClassName
{
border-color: #B06101;
}
</style>