Shades of Laser #BDA05E
Tints of Laser #BDA05E
RGB
CMYK
RGB Variations
Color information
#BDA05E (or 0xBDA05E) is known color: Laser. HEX triplet: BD, A0 and 5E. RGB value is (189,160,94). Sum of RGB (Red+Green+Blue) = 189+160+94=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA05E is #425FA1. Grayscale: #A1A1A1. Windows color (decimal): -4349858 or 6201533. OLE color: 6201533.
HSL color Cylindrical-coordinate representation of color #BDA05E: hue angle of 41.68º 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 #BDA05E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 94 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.26 |
| HSL | 41.68º | 0.42% | 0.55% | - |
| HSV(B) | 41.68º | 0.5% | 0.74% | - |
| XYZ | 35.58 | 36.77 | 15.81 | - |
| YUV | 161.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 94 | 0 | 0.15 | 0.50 | 0.26 | 41.68 | 0.42 | 0.55 |
| Hex | BD | A0 | 5E | 0 | F | 32 | 1A | 2A | 2A | 37 |
| Octal | 275 | 240 | 136 | 0 | 17 | 62 | 32 | 52 | 52 | 67 |
| Binary | 10111101 | 10100000 | 1011110 | 0 | 1111 | 110010 | 11010 | 101010 | 101010 | 110111 |
Color Harmonies of #BDA05E
Complementary color
Monochromatic Colors of #BDA05E
Black with #BDA05E
Text Example
Text Example
White with #BDA05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA05E; }
p { color: rgb(189,160,94); }
H1.HeaderClassName
{
color: #BDA05E;
}
.AnyTagClassName
{
color: #BDA05E;
}
</style>
background-color css
<style>
a { background-color: #BDA05E; }
a { background-color: rgb(189,160,94); }
div.DivClassName
{
background-color: #BDA05E;
}
.BgClassName
{
background-color: #BDA05E;
}
</style>
border-color css
<style>
span { border-color: #BDA05E; }
span { border-color: rgb(189,160,94); }
td.TdClassName
{
border-color: #BDA05E;
}
.TagClassName
{
border-color: #BDA05E;
}
</style>