Shades of Golden Brown #B06301
Tints of Golden Brown #B06301
RGB
CMYK
RGB Variations
Color information
#B06301 (or 0xB06301) is known color: Golden Brown. HEX triplet: B0, 63 and 01. RGB value is (176,99,1). Sum of RGB (Red+Green+Blue) = 176+99+1=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B06301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06301 is #4F9CFE. Grayscale: #6F6F6F. Windows color (decimal): -5217535 or 91056. OLE color: 91056.
HSL color Cylindrical-coordinate representation of color #B06301: hue angle of 33.6º 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 #B06301 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.31 |
| HSL | 33.6º | 0.99% | 0.35% | - |
| HSV(B) | 33.6º | 0.99% | 0.69% | - |
| XYZ | 22.37 | 18.16 | 2.35 | - |
| YUV | 110.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 1 | 0 | 0.44 | 0.99 | 0.31 | 33.6 | 0.99 | 0.35 |
| Hex | B0 | 63 | 1 | 0 | 2C | 63 | 1F | 22 | 63 | 23 |
| Octal | 260 | 143 | 1 | 0 | 54 | 143 | 37 | 42 | 143 | 43 |
| Binary | 10110000 | 1100011 | 1 | 0 | 101100 | 1100011 | 11111 | 100010 | 1100011 | 100011 |
Color Harmonies of #B06301
Complementary color
Monochromatic Colors of #B06301
Black with #B06301
Text Example
Text Example
White with #B06301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06301; }
p { color: rgb(176,99,1); }
H1.HeaderClassName
{
color: #B06301;
}
.AnyTagClassName
{
color: #B06301;
}
</style>
background-color css
<style>
a { background-color: #B06301; }
a { background-color: rgb(176,99,1); }
div.DivClassName
{
background-color: #B06301;
}
.BgClassName
{
background-color: #B06301;
}
</style>
border-color css
<style>
span { border-color: #B06301; }
span { border-color: rgb(176,99,1); }
td.TdClassName
{
border-color: #B06301;
}
.TagClassName
{
border-color: #B06301;
}
</style>