#BDA266

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

Shades of Laser #BDA266

Tints of Laser #BDA266

Color information

#BDA266 (or 0xBDA266) is unknown color: approx Laser. HEX triplet: BD, A2 and 66. RGB value is (189,162,102). Sum of RGB (Red+Green+Blue) = 189+162+102=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA266 is #425D99. Grayscale: #A3A3A3. Windows color (decimal): -4349338 or 6726333. OLE color: 6726333.

HSL color Cylindrical-coordinate representation of color #BDA266: hue angle of 41.38º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDA266 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189162102-
CMYK00.140.460.26
HSL41.38º39.73%57.06%-
HSV(B)41.38º46.03%74.12%-
XYZ36.337.6217.92-
YUV163.2393.45146.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=41.72%
G=35.76%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916210200.140.460.2641.3839.7357.06
HexBDA2660E2E1A292839
Octal2752421460165632515071
Binary101111011010001011001100111010111011010101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA266; }

 p { color: rgb(189,162,102); }

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

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

 a { background-color: rgb(189,162,102); }

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

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

 span { border-color: rgb(189,162,102); }

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