Shades of Laser #BDA25D
Tints of Laser #BDA25D
RGB
CMYK
RGB Variations
Color information
#BDA25D (or 0xBDA25D) is known color: Laser. HEX triplet: BD, A2 and 5D. RGB value is (189,162,93). Sum of RGB (Red+Green+Blue) = 189+162+93=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA25D is #425DA2. Grayscale: #A2A2A2. Windows color (decimal): -4349347 or 6136509. OLE color: 6136509.
HSL color Cylindrical-coordinate representation of color #BDA25D: hue angle of 43.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDA25D is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 93 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.26 |
| HSL | 43.13º | 0.42% | 0.55% | - |
| HSV(B) | 43.13º | 0.51% | 0.74% | - |
| XYZ | 35.88 | 37.45 | 15.69 | - |
| YUV | 162.21 | 88.95 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 93 | 0 | 0.14 | 0.51 | 0.26 | 43.13 | 0.42 | 0.55 |
| Hex | BD | A2 | 5D | 0 | E | 33 | 1A | 2B | 2A | 37 |
| Octal | 275 | 242 | 135 | 0 | 16 | 63 | 32 | 53 | 52 | 67 |
| Binary | 10111101 | 10100010 | 1011101 | 0 | 1110 | 110011 | 11010 | 101011 | 101010 | 110111 |
Color Harmonies of #BDA25D
Complementary color
Monochromatic Colors of #BDA25D
Black with #BDA25D
Text Example
Text Example
White with #BDA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA25D; }
p { color: rgb(189,162,93); }
H1.HeaderClassName
{
color: #BDA25D;
}
.AnyTagClassName
{
color: #BDA25D;
}
</style>
background-color css
<style>
a { background-color: #BDA25D; }
a { background-color: rgb(189,162,93); }
div.DivClassName
{
background-color: #BDA25D;
}
.BgClassName
{
background-color: #BDA25D;
}
</style>
border-color css
<style>
span { border-color: #BDA25D; }
span { border-color: rgb(189,162,93); }
td.TdClassName
{
border-color: #BDA25D;
}
.TagClassName
{
border-color: #BDA25D;
}
</style>