Shades of Laser #BDA55A
Tints of Laser #BDA55A
RGB
CMYK
RGB Variations
Color information
#BDA55A (or 0xBDA55A) is known color: Laser. HEX triplet: BD, A5 and 5A. RGB value is (189,165,90). Sum of RGB (Red+Green+Blue) = 189+165+90=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA55A is #425AA5. Grayscale: #A3A3A3. Windows color (decimal): -4348582 or 5940669. OLE color: 5940669.
HSL color Cylindrical-coordinate representation of color #BDA55A: hue angle of 45.45º 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 #BDA55A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 90 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.26 |
| HSL | 45.45º | 0.43% | 0.55% | - |
| HSV(B) | 45.45º | 0.52% | 0.74% | - |
| XYZ | 36.29 | 38.47 | 15.19 | - |
| YUV | 163.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 90 | 0 | 0.13 | 0.52 | 0.26 | 45.45 | 0.43 | 0.55 |
| Hex | BD | A5 | 5A | 0 | D | 34 | 1A | 2D | 2B | 37 |
| Octal | 275 | 245 | 132 | 0 | 15 | 64 | 32 | 55 | 53 | 67 |
| Binary | 10111101 | 10100101 | 1011010 | 0 | 1101 | 110100 | 11010 | 101101 | 101011 | 110111 |
Color Harmonies of #BDA55A
Complementary color
Monochromatic Colors of #BDA55A
Black with #BDA55A
Text Example
Text Example
White with #BDA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA55A; }
p { color: rgb(189,165,90); }
H1.HeaderClassName
{
color: #BDA55A;
}
.AnyTagClassName
{
color: #BDA55A;
}
</style>
background-color css
<style>
a { background-color: #BDA55A; }
a { background-color: rgb(189,165,90); }
div.DivClassName
{
background-color: #BDA55A;
}
.BgClassName
{
background-color: #BDA55A;
}
</style>
border-color css
<style>
span { border-color: #BDA55A; }
span { border-color: rgb(189,165,90); }
td.TdClassName
{
border-color: #BDA55A;
}
.TagClassName
{
border-color: #BDA55A;
}
</style>