#BDA060

Color #BDA060 Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #BDA060

Tints of Laser #BDA060

Color information

#BDA060 (or 0xBDA060) is unknown color: approx Laser. HEX triplet: BD, A0 and 60. RGB value is (189,160,96). Sum of RGB (Red+Green+Blue) = 189+160+96=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA060 is #425F9F. Grayscale: #A1A1A1. Windows color (decimal): -4349856 or 6332605. OLE color: 6332605.

HSL color Cylindrical-coordinate representation of color #BDA060: hue angle of 41.29º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDA060 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18916096-
CMYK00.150.490.26
HSL41.29º41.33%55.88%-
HSV(B)41.29º49.21%74.12%-
XYZ35.6736.816.29-
YUV161.3791.11147.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=42.47%
G=35.96%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891609600.150.490.2641.2941.3355.88
HexBDA0600F311A292938
Octal2752401400176132515170
Binary101111011010000011000000111111000111010101001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA060; }

 p { color: rgb(189,160,96); }

 H1.HeaderClassName
 {
   color: #BDA060;
 }
 .AnyTagClassName
 {
   color: #BDA060;
 }
</style>
background-color css

<style>
 a { background-color: #BDA060; }

 a { background-color: rgb(189,160,96); }

 div.DivClassName
 {
   background-color: #BDA060;
 }
 .BgClassName
 {
   background-color: #BDA060;
 }
</style>
border-color css

<style>
 span { border-color: #BDA060; }

 span { border-color: rgb(189,160,96); }

 td.TdClassName
 {
   border-color: #BDA060;
 }
 .TagClassName
 {
   border-color: #BDA060;
 }
</style>