Shades of Dark Goldenrod #B68F01
Tints of Dark Goldenrod #B68F01
RGB
CMYK
RGB Variations
Color information
#B68F01 (or 0xB68F01) is known color: Dark Goldenrod. HEX triplet: B6, 8F and 01. RGB value is (182,143,1). Sum of RGB (Red+Green+Blue) = 182+143+1=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68F01 is #4970FE. Grayscale: #8B8B8B. Windows color (decimal): -4813055 or 102326. OLE color: 102326.
HSL color Cylindrical-coordinate representation of color #B68F01: hue angle of 47.07º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B68F01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.29 |
| HSL | 47.07º | 0.99% | 0.36% | - |
| HSV(B) | 47.07º | 0.99% | 0.71% | - |
| XYZ | 29.12 | 29.59 | 4.21 | - |
| YUV | 138.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 1 | 0 | 0.21 | 0.99 | 0.29 | 47.07 | 0.99 | 0.36 |
| Hex | B6 | 8F | 1 | 0 | 15 | 63 | 1D | 2F | 63 | 24 |
| Octal | 266 | 217 | 1 | 0 | 25 | 143 | 35 | 57 | 143 | 44 |
| Binary | 10110110 | 10001111 | 1 | 0 | 10101 | 1100011 | 11101 | 101111 | 1100011 | 100100 |
Color Harmonies of #B68F01
Complementary color
Monochromatic Colors of #B68F01
Black with #B68F01
Text Example
Text Example
White with #B68F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F01; }
p { color: rgb(182,143,1); }
H1.HeaderClassName
{
color: #B68F01;
}
.AnyTagClassName
{
color: #B68F01;
}
</style>
background-color css
<style>
a { background-color: #B68F01; }
a { background-color: rgb(182,143,1); }
div.DivClassName
{
background-color: #B68F01;
}
.BgClassName
{
background-color: #B68F01;
}
</style>
border-color css
<style>
span { border-color: #B68F01; }
span { border-color: rgb(182,143,1); }
td.TdClassName
{
border-color: #B68F01;
}
.TagClassName
{
border-color: #B68F01;
}
</style>