Shades of Laser #BDA25C
Tints of Laser #BDA25C
RGB
CMYK
RGB Variations
Color information
#BDA25C (or 0xBDA25C) is known color: Laser. HEX triplet: BD, A2 and 5C. RGB value is (189,162,92). Sum of RGB (Red+Green+Blue) = 189+162+92=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA25C is #425DA3. Grayscale: #A2A2A2. Windows color (decimal): -4349348 or 6070973. OLE color: 6070973.
HSL color Cylindrical-coordinate representation of color #BDA25C: hue angle of 43.3º 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 #BDA25C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 92 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.26 |
| HSL | 43.3º | 0.42% | 0.55% | - |
| HSV(B) | 43.3º | 0.51% | 0.74% | - |
| XYZ | 35.84 | 37.43 | 15.46 | - |
| YUV | 162.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 92 | 0 | 0.14 | 0.51 | 0.26 | 43.3 | 0.42 | 0.55 |
| Hex | BD | A2 | 5C | 0 | E | 33 | 1A | 2B | 2A | 37 |
| Octal | 275 | 242 | 134 | 0 | 16 | 63 | 32 | 53 | 52 | 67 |
| Binary | 10111101 | 10100010 | 1011100 | 0 | 1110 | 110011 | 11010 | 101011 | 101010 | 110111 |
Color Harmonies of #BDA25C
Complementary color
Monochromatic Colors of #BDA25C
Black with #BDA25C
Text Example
Text Example
White with #BDA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA25C; }
p { color: rgb(189,162,92); }
H1.HeaderClassName
{
color: #BDA25C;
}
.AnyTagClassName
{
color: #BDA25C;
}
</style>
background-color css
<style>
a { background-color: #BDA25C; }
a { background-color: rgb(189,162,92); }
div.DivClassName
{
background-color: #BDA25C;
}
.BgClassName
{
background-color: #BDA25C;
}
</style>
border-color css
<style>
span { border-color: #BDA25C; }
span { border-color: rgb(189,162,92); }
td.TdClassName
{
border-color: #BDA25C;
}
.TagClassName
{
border-color: #BDA25C;
}
</style>