Shades of Sundance #BBAD4D
Tints of Sundance #BBAD4D
RGB
CMYK
RGB Variations
Color information
#BBAD4D (or 0xBBAD4D) is known color: Sundance. HEX triplet: BB, AD and 4D. RGB value is (187,173,77). Sum of RGB (Red+Green+Blue) = 187+173+77=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD4D is #4452B2. Grayscale: #A6A6A6. Windows color (decimal): -4477619 or 5090747. OLE color: 5090747.
HSL color Cylindrical-coordinate representation of color #BBAD4D: hue angle of 52.36º 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 #BBAD4D is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 77 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.27 |
| HSL | 52.36º | 0.45% | 0.52% | - |
| HSV(B) | 52.36º | 0.59% | 0.73% | - |
| XYZ | 36.78 | 40.99 | 12.99 | - |
| YUV | 166.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 77 | 0 | 0.07 | 0.59 | 0.27 | 52.36 | 0.45 | 0.52 |
| Hex | BB | AD | 4D | 0 | 7 | 3B | 1B | 34 | 2D | 34 |
| Octal | 273 | 255 | 115 | 0 | 7 | 73 | 33 | 64 | 55 | 64 |
| Binary | 10111011 | 10101101 | 1001101 | 0 | 111 | 111011 | 11011 | 110100 | 101101 | 110100 |
Color Harmonies of #BBAD4D
Complementary color
Monochromatic Colors of #BBAD4D
Black with #BBAD4D
Text Example
Text Example
White with #BBAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD4D; }
p { color: rgb(187,173,77); }
H1.HeaderClassName
{
color: #BBAD4D;
}
.AnyTagClassName
{
color: #BBAD4D;
}
</style>
background-color css
<style>
a { background-color: #BBAD4D; }
a { background-color: rgb(187,173,77); }
div.DivClassName
{
background-color: #BBAD4D;
}
.BgClassName
{
background-color: #BBAD4D;
}
</style>
border-color css
<style>
span { border-color: #BBAD4D; }
span { border-color: rgb(187,173,77); }
td.TdClassName
{
border-color: #BBAD4D;
}
.TagClassName
{
border-color: #BBAD4D;
}
</style>