Shades of Laser #BDA369
Tints of Laser #BDA369
RGB
CMYK
RGB Variations
Color information
#BDA369 (or 0xBDA369) is known color: Laser. HEX triplet: BD, A3 and 69. RGB value is (189,163,105). Sum of RGB (Red+Green+Blue) = 189+163+105=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA369 is #425C96. Grayscale: #A4A4A4. Windows color (decimal): -4349079 or 6923197. OLE color: 6923197.
HSL color Cylindrical-coordinate representation of color #BDA369: hue angle of 41.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDA369 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 105 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.26 |
| HSL | 41.43º | 0.39% | 0.58% | - |
| HSV(B) | 41.43º | 0.44% | 0.74% | - |
| XYZ | 36.63 | 38.03 | 18.77 | - |
| YUV | 164.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 105 | 0 | 0.14 | 0.44 | 0.26 | 41.43 | 0.39 | 0.58 |
| Hex | BD | A3 | 69 | 0 | E | 2C | 1A | 29 | 27 | 3A |
| Octal | 275 | 243 | 151 | 0 | 16 | 54 | 32 | 51 | 47 | 72 |
| Binary | 10111101 | 10100011 | 1101001 | 0 | 1110 | 101100 | 11010 | 101001 | 100111 | 111010 |
Color Harmonies of #BDA369
Complementary color
Monochromatic Colors of #BDA369
Black with #BDA369
Text Example
Text Example
White with #BDA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA369; }
p { color: rgb(189,163,105); }
H1.HeaderClassName
{
color: #BDA369;
}
.AnyTagClassName
{
color: #BDA369;
}
</style>
background-color css
<style>
a { background-color: #BDA369; }
a { background-color: rgb(189,163,105); }
div.DivClassName
{
background-color: #BDA369;
}
.BgClassName
{
background-color: #BDA369;
}
</style>
border-color css
<style>
span { border-color: #BDA369; }
span { border-color: rgb(189,163,105); }
td.TdClassName
{
border-color: #BDA369;
}
.TagClassName
{
border-color: #BDA369;
}
</style>