Shades of Laser #BDA75A
Tints of Laser #BDA75A
RGB
CMYK
RGB Variations
Color information
#BDA75A (or 0xBDA75A) is known color: Laser. HEX triplet: BD, A7 and 5A. RGB value is (189,167,90). Sum of RGB (Red+Green+Blue) = 189+167+90=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA75A is #4258A5. Grayscale: #A5A5A5. Windows color (decimal): -4348070 or 5941181. OLE color: 5941181.
HSL color Cylindrical-coordinate representation of color #BDA75A: hue angle of 46.67º 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 #BDA75A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 90 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.26 |
| HSL | 46.67º | 0.43% | 0.55% | - |
| HSV(B) | 46.67º | 0.52% | 0.74% | - |
| XYZ | 36.65 | 39.19 | 15.31 | - |
| YUV | 164.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 90 | 0 | 0.12 | 0.52 | 0.26 | 46.67 | 0.43 | 0.55 |
| Hex | BD | A7 | 5A | 0 | C | 34 | 1A | 2F | 2B | 37 |
| Octal | 275 | 247 | 132 | 0 | 14 | 64 | 32 | 57 | 53 | 67 |
| Binary | 10111101 | 10100111 | 1011010 | 0 | 1100 | 110100 | 11010 | 101111 | 101011 | 110111 |
Color Harmonies of #BDA75A
Complementary color
Monochromatic Colors of #BDA75A
Black with #BDA75A
Text Example
Text Example
White with #BDA75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA75A; }
p { color: rgb(189,167,90); }
H1.HeaderClassName
{
color: #BDA75A;
}
.AnyTagClassName
{
color: #BDA75A;
}
</style>
background-color css
<style>
a { background-color: #BDA75A; }
a { background-color: rgb(189,167,90); }
div.DivClassName
{
background-color: #BDA75A;
}
.BgClassName
{
background-color: #BDA75A;
}
</style>
border-color css
<style>
span { border-color: #BDA75A; }
span { border-color: rgb(189,167,90); }
td.TdClassName
{
border-color: #BDA75A;
}
.TagClassName
{
border-color: #BDA75A;
}
</style>