#BDA660

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

Shades of Laser #BDA660

Tints of Laser #BDA660

Color information

#BDA660 (or 0xBDA660) is unknown color: approx Laser. HEX triplet: BD, A6 and 60. RGB value is (189,166,96). Sum of RGB (Red+Green+Blue) = 189+166+96=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA660 is #42599F. Grayscale: #A5A5A5. Windows color (decimal): -4348320 or 6334141. OLE color: 6334141.

HSL color Cylindrical-coordinate representation of color #BDA660: hue angle of 45.16º 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 #BDA660 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18916696-
CMYK00.120.490.26
HSL45.16º41.33%55.88%-
HSV(B)45.16º49.21%74.12%-
XYZ36.7338.9416.65-
YUV164.989.12145.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=41.91%
G=36.81%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891669600.120.490.2645.1641.3355.88
HexBDA6600C311A2d2938
Octal2752461400146132555170
Binary101111011010011011000000110011000111010101101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA660; }

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

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

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

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

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

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

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

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