Shades of Dark Goldenrod #B06C01
Tints of Dark Goldenrod #B06C01
RGB
CMYK
RGB Variations
Color information
#B06C01 (or 0xB06C01) is known color: Dark Goldenrod. HEX triplet: B0, 6C and 01. RGB value is (176,108,1). Sum of RGB (Red+Green+Blue) = 176+108+1=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C01 is #4F93FE. Grayscale: #747474. Windows color (decimal): -5215231 or 93360. OLE color: 93360.
HSL color Cylindrical-coordinate representation of color #B06C01: hue angle of 36.69º 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 #B06C01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.31 |
| HSL | 36.69º | 0.99% | 0.35% | - |
| HSV(B) | 36.69º | 0.99% | 0.69% | - |
| XYZ | 23.27 | 19.96 | 2.65 | - |
| YUV | 116.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 1 | 0 | 0.39 | 0.99 | 0.31 | 36.69 | 0.99 | 0.35 |
| Hex | B0 | 6C | 1 | 0 | 27 | 63 | 1F | 25 | 63 | 23 |
| Octal | 260 | 154 | 1 | 0 | 47 | 143 | 37 | 45 | 143 | 43 |
| Binary | 10110000 | 1101100 | 1 | 0 | 100111 | 1100011 | 11111 | 100101 | 1100011 | 100011 |
Color Harmonies of #B06C01
Complementary color
Monochromatic Colors of #B06C01
Black with #B06C01
Text Example
Text Example
White with #B06C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C01; }
p { color: rgb(176,108,1); }
H1.HeaderClassName
{
color: #B06C01;
}
.AnyTagClassName
{
color: #B06C01;
}
</style>
background-color css
<style>
a { background-color: #B06C01; }
a { background-color: rgb(176,108,1); }
div.DivClassName
{
background-color: #B06C01;
}
.BgClassName
{
background-color: #B06C01;
}
</style>
border-color css
<style>
span { border-color: #B06C01; }
span { border-color: rgb(176,108,1); }
td.TdClassName
{
border-color: #B06C01;
}
.TagClassName
{
border-color: #B06C01;
}
</style>