Shades of Dark Goldenrod #BB6B0A
Tints of Dark Goldenrod #BB6B0A
RGB
CMYK
RGB Variations
Color information
#BB6B0A (or 0xBB6B0A) is known color: Dark Goldenrod. HEX triplet: BB, 6B and 0A. RGB value is (187,107,10). Sum of RGB (Red+Green+Blue) = 187+107+10=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6B0A is #4494F5. Grayscale: #787878. Windows color (decimal): -4494582 or 682939. OLE color: 682939.
HSL color Cylindrical-coordinate representation of color #BB6B0A: hue angle of 32.88º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB6B0A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 107 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.27 |
| HSL | 32.88º | 0.9% | 0.39% | - |
| HSV(B) | 32.88º | 0.95% | 0.73% | - |
| XYZ | 25.81 | 21.1 | 3 | - |
| YUV | 119.86 | 66 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 10 | 0 | 0.43 | 0.95 | 0.27 | 32.88 | 0.9 | 0.39 |
| Hex | BB | 6B | A | 0 | 2B | 5F | 1B | 21 | 5A | 27 |
| Octal | 273 | 153 | 12 | 0 | 53 | 137 | 33 | 41 | 132 | 47 |
| Binary | 10111011 | 1101011 | 1010 | 0 | 101011 | 1011111 | 11011 | 100001 | 1011010 | 100111 |
Color Harmonies of #BB6B0A
Complementary color
Monochromatic Colors of #BB6B0A
Black with #BB6B0A
Text Example
Text Example
White with #BB6B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6B0A; }
p { color: rgb(187,107,10); }
H1.HeaderClassName
{
color: #BB6B0A;
}
.AnyTagClassName
{
color: #BB6B0A;
}
</style>
background-color css
<style>
a { background-color: #BB6B0A; }
a { background-color: rgb(187,107,10); }
div.DivClassName
{
background-color: #BB6B0A;
}
.BgClassName
{
background-color: #BB6B0A;
}
</style>
border-color css
<style>
span { border-color: #BB6B0A; }
span { border-color: rgb(187,107,10); }
td.TdClassName
{
border-color: #BB6B0A;
}
.TagClassName
{
border-color: #BB6B0A;
}
</style>