Shades of Laser #BDA362
Tints of Laser #BDA362
RGB
CMYK
RGB Variations
Color information
#BDA362 (or 0xBDA362) is known color: Laser. HEX triplet: BD, A3 and 62. RGB value is (189,163,98). Sum of RGB (Red+Green+Blue) = 189+163+98=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA362 is #425C9D. Grayscale: #A3A3A3. Windows color (decimal): -4349086 or 6464445. OLE color: 6464445.
HSL color Cylindrical-coordinate representation of color #BDA362: hue angle of 42.86º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDA362 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 98 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.26 |
| HSL | 42.86º | 0.41% | 0.56% | - |
| HSV(B) | 42.86º | 0.48% | 0.74% | - |
| XYZ | 36.29 | 37.9 | 16.96 | - |
| YUV | 163.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 98 | 0 | 0.14 | 0.48 | 0.26 | 42.86 | 0.41 | 0.56 |
| Hex | BD | A3 | 62 | 0 | E | 30 | 1A | 2B | 29 | 38 |
| Octal | 275 | 243 | 142 | 0 | 16 | 60 | 32 | 53 | 51 | 70 |
| Binary | 10111101 | 10100011 | 1100010 | 0 | 1110 | 110000 | 11010 | 101011 | 101001 | 111000 |
Color Harmonies of #BDA362
Complementary color
Monochromatic Colors of #BDA362
Black with #BDA362
Text Example
Text Example
White with #BDA362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA362; }
p { color: rgb(189,163,98); }
H1.HeaderClassName
{
color: #BDA362;
}
.AnyTagClassName
{
color: #BDA362;
}
</style>
background-color css
<style>
a { background-color: #BDA362; }
a { background-color: rgb(189,163,98); }
div.DivClassName
{
background-color: #BDA362;
}
.BgClassName
{
background-color: #BDA362;
}
</style>
border-color css
<style>
span { border-color: #BDA362; }
span { border-color: rgb(189,163,98); }
td.TdClassName
{
border-color: #BDA362;
}
.TagClassName
{
border-color: #BDA362;
}
</style>