Shades of Dark Goldenrod #BB7303
Tints of Dark Goldenrod #BB7303
RGB
CMYK
RGB Variations
Color information
#BB7303 (or 0xBB7303) is known color: Dark Goldenrod. HEX triplet: BB, 73 and 03. RGB value is (187,115,3). Sum of RGB (Red+Green+Blue) = 187+115+3=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7303 is #448CFC. Grayscale: #7C7C7C. Windows color (decimal): -4492541 or 226235. OLE color: 226235.
HSL color Cylindrical-coordinate representation of color #BB7303: hue angle of 36.52º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB7303 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.27 |
| HSL | 36.52º | 0.97% | 0.37% | - |
| HSV(B) | 36.52º | 0.98% | 0.73% | - |
| XYZ | 26.64 | 22.83 | 3.09 | - |
| YUV | 123.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 3 | 0 | 0.39 | 0.98 | 0.27 | 36.52 | 0.97 | 0.37 |
| Hex | BB | 73 | 3 | 0 | 27 | 62 | 1B | 25 | 61 | 25 |
| Octal | 273 | 163 | 3 | 0 | 47 | 142 | 33 | 45 | 141 | 45 |
| Binary | 10111011 | 1110011 | 11 | 0 | 100111 | 1100010 | 11011 | 100101 | 1100001 | 100101 |
Color Harmonies of #BB7303
Complementary color
Monochromatic Colors of #BB7303
Black with #BB7303
Text Example
Text Example
White with #BB7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7303; }
p { color: rgb(187,115,3); }
H1.HeaderClassName
{
color: #BB7303;
}
.AnyTagClassName
{
color: #BB7303;
}
</style>
background-color css
<style>
a { background-color: #BB7303; }
a { background-color: rgb(187,115,3); }
div.DivClassName
{
background-color: #BB7303;
}
.BgClassName
{
background-color: #BB7303;
}
</style>
border-color css
<style>
span { border-color: #BB7303; }
span { border-color: rgb(187,115,3); }
td.TdClassName
{
border-color: #BB7303;
}
.TagClassName
{
border-color: #BB7303;
}
</style>