Shades of Laser #BDA85A
Tints of Laser #BDA85A
RGB
CMYK
RGB Variations
Color information
#BDA85A (or 0xBDA85A) is known color: Laser. HEX triplet: BD, A8 and 5A. RGB value is (189,168,90). Sum of RGB (Red+Green+Blue) = 189+168+90=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA85A is #4257A5. Grayscale: #A5A5A5. Windows color (decimal): -4347814 or 5941437. OLE color: 5941437.
HSL color Cylindrical-coordinate representation of color #BDA85A: hue angle of 47.27º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDA85A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 90 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.26 |
| HSL | 47.27º | 0.43% | 0.55% | - |
| HSV(B) | 47.27º | 0.52% | 0.74% | - |
| XYZ | 36.83 | 39.56 | 15.37 | - |
| YUV | 165.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 90 | 0 | 0.11 | 0.52 | 0.26 | 47.27 | 0.43 | 0.55 |
| Hex | BD | A8 | 5A | 0 | B | 34 | 1A | 2F | 2B | 37 |
| Octal | 275 | 250 | 132 | 0 | 13 | 64 | 32 | 57 | 53 | 67 |
| Binary | 10111101 | 10101000 | 1011010 | 0 | 1011 | 110100 | 11010 | 101111 | 101011 | 110111 |
Color Harmonies of #BDA85A
Complementary color
Monochromatic Colors of #BDA85A
Black with #BDA85A
Text Example
Text Example
White with #BDA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA85A; }
p { color: rgb(189,168,90); }
H1.HeaderClassName
{
color: #BDA85A;
}
.AnyTagClassName
{
color: #BDA85A;
}
</style>
background-color css
<style>
a { background-color: #BDA85A; }
a { background-color: rgb(189,168,90); }
div.DivClassName
{
background-color: #BDA85A;
}
.BgClassName
{
background-color: #BDA85A;
}
</style>
border-color css
<style>
span { border-color: #BDA85A; }
span { border-color: rgb(189,168,90); }
td.TdClassName
{
border-color: #BDA85A;
}
.TagClassName
{
border-color: #BDA85A;
}
</style>