Shades of Sundance #BBB04C
Tints of Sundance #BBB04C
RGB
CMYK
RGB Variations
Color information
#BBB04C (or 0xBBB04C) is known color: Sundance. HEX triplet: BB, B0 and 4C. RGB value is (187,176,76). Sum of RGB (Red+Green+Blue) = 187+176+76=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB04C is #444FB3. Grayscale: #A8A8A8. Windows color (decimal): -4476852 or 5025979. OLE color: 5025979.
HSL color Cylindrical-coordinate representation of color #BBB04C: hue angle of 54.05º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBB04C is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 76 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.27 |
| HSL | 54.05º | 0.45% | 0.52% | - |
| HSV(B) | 54.05º | 0.59% | 0.73% | - |
| XYZ | 37.32 | 42.14 | 13 | - |
| YUV | 167.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 76 | 0 | 0.06 | 0.59 | 0.27 | 54.05 | 0.45 | 0.52 |
| Hex | BB | B0 | 4C | 0 | 6 | 3B | 1B | 36 | 2D | 34 |
| Octal | 273 | 260 | 114 | 0 | 6 | 73 | 33 | 66 | 55 | 64 |
| Binary | 10111011 | 10110000 | 1001100 | 0 | 110 | 111011 | 11011 | 110110 | 101101 | 110100 |
Color Harmonies of #BBB04C
Complementary color
Monochromatic Colors of #BBB04C
Black with #BBB04C
Text Example
Text Example
White with #BBB04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB04C; }
p { color: rgb(187,176,76); }
H1.HeaderClassName
{
color: #BBB04C;
}
.AnyTagClassName
{
color: #BBB04C;
}
</style>
background-color css
<style>
a { background-color: #BBB04C; }
a { background-color: rgb(187,176,76); }
div.DivClassName
{
background-color: #BBB04C;
}
.BgClassName
{
background-color: #BBB04C;
}
</style>
border-color css
<style>
span { border-color: #BBB04C; }
span { border-color: rgb(187,176,76); }
td.TdClassName
{
border-color: #BBB04C;
}
.TagClassName
{
border-color: #BBB04C;
}
</style>