Shades of Dark Goldenrod #BB730F
Tints of Dark Goldenrod #BB730F
RGB
CMYK
RGB Variations
Color information
#BB730F (or 0xBB730F) is known color: Dark Goldenrod. HEX triplet: BB, 73 and 0F. RGB value is (187,115,15). Sum of RGB (Red+Green+Blue) = 187+115+15=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB730F is #448CF0. Grayscale: #7D7D7D. Windows color (decimal): -4492529 or 1012667. OLE color: 1012667.
HSL color Cylindrical-coordinate representation of color #BB730F: hue angle of 34.88º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB730F is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 15 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.27 |
| HSL | 34.88º | 0.85% | 0.4% | - |
| HSV(B) | 34.88º | 0.92% | 0.73% | - |
| XYZ | 26.71 | 22.86 | 3.46 | - |
| YUV | 125.13 | 65.85 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 15 | 0 | 0.39 | 0.92 | 0.27 | 34.88 | 0.85 | 0.4 |
| Hex | BB | 73 | F | 0 | 27 | 5C | 1B | 23 | 55 | 28 |
| Octal | 273 | 163 | 17 | 0 | 47 | 134 | 33 | 43 | 125 | 50 |
| Binary | 10111011 | 1110011 | 1111 | 0 | 100111 | 1011100 | 11011 | 100011 | 1010101 | 101000 |
Color Harmonies of #BB730F
Complementary color
Monochromatic Colors of #BB730F
Black with #BB730F
Text Example
Text Example
White with #BB730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB730F; }
p { color: rgb(187,115,15); }
H1.HeaderClassName
{
color: #BB730F;
}
.AnyTagClassName
{
color: #BB730F;
}
</style>
background-color css
<style>
a { background-color: #BB730F; }
a { background-color: rgb(187,115,15); }
div.DivClassName
{
background-color: #BB730F;
}
.BgClassName
{
background-color: #BB730F;
}
</style>
border-color css
<style>
span { border-color: #BB730F; }
span { border-color: rgb(187,115,15); }
td.TdClassName
{
border-color: #BB730F;
}
.TagClassName
{
border-color: #BB730F;
}
</style>