Shades of Laser #BDA25E
Tints of Laser #BDA25E
RGB
CMYK
RGB Variations
Color information
#BDA25E (or 0xBDA25E) is known color: Laser. HEX triplet: BD, A2 and 5E. RGB value is (189,162,94). Sum of RGB (Red+Green+Blue) = 189+162+94=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA25E is #425DA1. Grayscale: #A2A2A2. Windows color (decimal): -4349346 or 6202045. OLE color: 6202045.
HSL color Cylindrical-coordinate representation of color #BDA25E: hue angle of 42.95º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDA25E is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 94 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.26 |
| HSL | 42.95º | 0.42% | 0.55% | - |
| HSV(B) | 42.95º | 0.5% | 0.74% | - |
| XYZ | 35.93 | 37.47 | 15.93 | - |
| YUV | 162.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 94 | 0 | 0.14 | 0.50 | 0.26 | 42.95 | 0.42 | 0.55 |
| Hex | BD | A2 | 5E | 0 | E | 32 | 1A | 2B | 2A | 37 |
| Octal | 275 | 242 | 136 | 0 | 16 | 62 | 32 | 53 | 52 | 67 |
| Binary | 10111101 | 10100010 | 1011110 | 0 | 1110 | 110010 | 11010 | 101011 | 101010 | 110111 |
Color Harmonies of #BDA25E
Complementary color
Monochromatic Colors of #BDA25E
Black with #BDA25E
Text Example
Text Example
White with #BDA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA25E; }
p { color: rgb(189,162,94); }
H1.HeaderClassName
{
color: #BDA25E;
}
.AnyTagClassName
{
color: #BDA25E;
}
</style>
background-color css
<style>
a { background-color: #BDA25E; }
a { background-color: rgb(189,162,94); }
div.DivClassName
{
background-color: #BDA25E;
}
.BgClassName
{
background-color: #BDA25E;
}
</style>
border-color css
<style>
span { border-color: #BDA25E; }
span { border-color: rgb(189,162,94); }
td.TdClassName
{
border-color: #BDA25E;
}
.TagClassName
{
border-color: #BDA25E;
}
</style>