#BEA66C

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

Shades of Laser #BEA66C

Tints of Laser #BEA66C

Color information

#BEA66C (or 0xBEA66C) is unknown color: approx Laser. HEX triplet: BE, A6 and 6C. RGB value is (190,166,108). Sum of RGB (Red+Green+Blue) = 190+166+108=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA66C is #415993. Grayscale: #A6A6A6. Windows color (decimal): -4282772 or 7120574. OLE color: 7120574.

HSL color Cylindrical-coordinate representation of color #BEA66C: hue angle of 42.44º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEA66C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB190166108-
CMYK00.130.430.25
HSL42.44º38.68%58.43%-
HSV(B)42.44º43.16%74.51%-
XYZ37.5839.319.79-
YUV166.5694.95144.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 108 (42.58% from 255) = 23.28%
R=40.95%
G=35.78%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016610800.130.430.2542.4438.6858.43
HexBEA66C0D2B192a273a
Octal2762461540155331524772
Binary101111101010011011011000110110101111001101010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA66C; }

 p { color: rgb(190,166,108); }

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

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

 a { background-color: rgb(190,166,108); }

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

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

 span { border-color: rgb(190,166,108); }

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