Shades of Laser #BDA65A
Tints of Laser #BDA65A
RGB
CMYK
RGB Variations
Color information
#BDA65A (or 0xBDA65A) is known color: Laser. HEX triplet: BD, A6 and 5A. RGB value is (189,166,90). Sum of RGB (Red+Green+Blue) = 189+166+90=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA65A is #4259A5. Grayscale: #A4A4A4. Windows color (decimal): -4348326 or 5940925. OLE color: 5940925.
HSL color Cylindrical-coordinate representation of color #BDA65A: hue angle of 46.06º 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 #BDA65A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 90 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.26 |
| HSL | 46.06º | 0.43% | 0.55% | - |
| HSV(B) | 46.06º | 0.52% | 0.74% | - |
| XYZ | 36.47 | 38.83 | 15.25 | - |
| YUV | 164.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 90 | 0 | 0.12 | 0.52 | 0.26 | 46.06 | 0.43 | 0.55 |
| Hex | BD | A6 | 5A | 0 | C | 34 | 1A | 2E | 2B | 37 |
| Octal | 275 | 246 | 132 | 0 | 14 | 64 | 32 | 56 | 53 | 67 |
| Binary | 10111101 | 10100110 | 1011010 | 0 | 1100 | 110100 | 11010 | 101110 | 101011 | 110111 |
Color Harmonies of #BDA65A
Complementary color
Monochromatic Colors of #BDA65A
Black with #BDA65A
Text Example
Text Example
White with #BDA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA65A; }
p { color: rgb(189,166,90); }
H1.HeaderClassName
{
color: #BDA65A;
}
.AnyTagClassName
{
color: #BDA65A;
}
</style>
background-color css
<style>
a { background-color: #BDA65A; }
a { background-color: rgb(189,166,90); }
div.DivClassName
{
background-color: #BDA65A;
}
.BgClassName
{
background-color: #BDA65A;
}
</style>
border-color css
<style>
span { border-color: #BDA65A; }
span { border-color: rgb(189,166,90); }
td.TdClassName
{
border-color: #BDA65A;
}
.TagClassName
{
border-color: #BDA65A;
}
</style>