Shades of Laser #BDA762
Tints of Laser #BDA762
RGB
CMYK
RGB Variations
Color information
#BDA762 (or 0xBDA762) is known color: Laser. HEX triplet: BD, A7 and 62. RGB value is (189,167,98). Sum of RGB (Red+Green+Blue) = 189+167+98=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA762 is #42589D. Grayscale: #A6A6A6. Windows color (decimal): -4348062 or 6465469. OLE color: 6465469.
HSL color Cylindrical-coordinate representation of color #BDA762: hue angle of 45.49º 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 #BDA762 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 98 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.26 |
| HSL | 45.49º | 0.41% | 0.56% | - |
| HSV(B) | 45.49º | 0.48% | 0.74% | - |
| XYZ | 37.01 | 39.34 | 17.2 | - |
| YUV | 165.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 98 | 0 | 0.12 | 0.48 | 0.26 | 45.49 | 0.41 | 0.56 |
| Hex | BD | A7 | 62 | 0 | C | 30 | 1A | 2D | 29 | 38 |
| Octal | 275 | 247 | 142 | 0 | 14 | 60 | 32 | 55 | 51 | 70 |
| Binary | 10111101 | 10100111 | 1100010 | 0 | 1100 | 110000 | 11010 | 101101 | 101001 | 111000 |
Color Harmonies of #BDA762
Complementary color
Monochromatic Colors of #BDA762
Black with #BDA762
Text Example
Text Example
White with #BDA762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA762; }
p { color: rgb(189,167,98); }
H1.HeaderClassName
{
color: #BDA762;
}
.AnyTagClassName
{
color: #BDA762;
}
</style>
background-color css
<style>
a { background-color: #BDA762; }
a { background-color: rgb(189,167,98); }
div.DivClassName
{
background-color: #BDA762;
}
.BgClassName
{
background-color: #BDA762;
}
</style>
border-color css
<style>
span { border-color: #BDA762; }
span { border-color: rgb(189,167,98); }
td.TdClassName
{
border-color: #BDA762;
}
.TagClassName
{
border-color: #BDA762;
}
</style>