Shades of Laser #BDA35C
Tints of Laser #BDA35C
RGB
CMYK
RGB Variations
Color information
#BDA35C (or 0xBDA35C) is known color: Laser. HEX triplet: BD, A3 and 5C. RGB value is (189,163,92). Sum of RGB (Red+Green+Blue) = 189+163+92=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA35C is #425CA3. Grayscale: #A2A2A2. Windows color (decimal): -4349092 or 6071229. OLE color: 6071229.
HSL color Cylindrical-coordinate representation of color #BDA35C: hue angle of 43.92º 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 #BDA35C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 92 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.26 |
| HSL | 43.92º | 0.42% | 0.55% | - |
| HSV(B) | 43.92º | 0.51% | 0.74% | - |
| XYZ | 36.02 | 37.79 | 15.52 | - |
| YUV | 162.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 92 | 0 | 0.14 | 0.51 | 0.26 | 43.92 | 0.42 | 0.55 |
| Hex | BD | A3 | 5C | 0 | E | 33 | 1A | 2C | 2A | 37 |
| Octal | 275 | 243 | 134 | 0 | 16 | 63 | 32 | 54 | 52 | 67 |
| Binary | 10111101 | 10100011 | 1011100 | 0 | 1110 | 110011 | 11010 | 101100 | 101010 | 110111 |
Color Harmonies of #BDA35C
Complementary color
Monochromatic Colors of #BDA35C
Black with #BDA35C
Text Example
Text Example
White with #BDA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA35C; }
p { color: rgb(189,163,92); }
H1.HeaderClassName
{
color: #BDA35C;
}
.AnyTagClassName
{
color: #BDA35C;
}
</style>
background-color css
<style>
a { background-color: #BDA35C; }
a { background-color: rgb(189,163,92); }
div.DivClassName
{
background-color: #BDA35C;
}
.BgClassName
{
background-color: #BDA35C;
}
</style>
border-color css
<style>
span { border-color: #BDA35C; }
span { border-color: rgb(189,163,92); }
td.TdClassName
{
border-color: #BDA35C;
}
.TagClassName
{
border-color: #BDA35C;
}
</style>