Shades of Laser #BDA35A
Tints of Laser #BDA35A
RGB
CMYK
RGB Variations
Color information
#BDA35A (or 0xBDA35A) is known color: Laser. HEX triplet: BD, A3 and 5A. RGB value is (189,163,90). Sum of RGB (Red+Green+Blue) = 189+163+90=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA35A is #425CA5. Grayscale: #A2A2A2. Windows color (decimal): -4349094 or 5940157. OLE color: 5940157.
HSL color Cylindrical-coordinate representation of color #BDA35A: hue angle of 44.24º 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 #BDA35A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 90 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.26 |
| HSL | 44.24º | 0.43% | 0.55% | - |
| HSV(B) | 44.24º | 0.52% | 0.74% | - |
| XYZ | 35.93 | 37.75 | 15.07 | - |
| YUV | 162.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 90 | 0 | 0.14 | 0.52 | 0.26 | 44.24 | 0.43 | 0.55 |
| Hex | BD | A3 | 5A | 0 | E | 34 | 1A | 2C | 2B | 37 |
| Octal | 275 | 243 | 132 | 0 | 16 | 64 | 32 | 54 | 53 | 67 |
| Binary | 10111101 | 10100011 | 1011010 | 0 | 1110 | 110100 | 11010 | 101100 | 101011 | 110111 |
Color Harmonies of #BDA35A
Complementary color
Monochromatic Colors of #BDA35A
Black with #BDA35A
Text Example
Text Example
White with #BDA35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA35A; }
p { color: rgb(189,163,90); }
H1.HeaderClassName
{
color: #BDA35A;
}
.AnyTagClassName
{
color: #BDA35A;
}
</style>
background-color css
<style>
a { background-color: #BDA35A; }
a { background-color: rgb(189,163,90); }
div.DivClassName
{
background-color: #BDA35A;
}
.BgClassName
{
background-color: #BDA35A;
}
</style>
border-color css
<style>
span { border-color: #BDA35A; }
span { border-color: rgb(189,163,90); }
td.TdClassName
{
border-color: #BDA35A;
}
.TagClassName
{
border-color: #BDA35A;
}
</style>