#BEA66D

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

Shades of Laser #BEA66D

Tints of Laser #BEA66D

Color information

#BEA66D (or 0xBEA66D) is unknown color: approx Laser. HEX triplet: BE, A6 and 6D. RGB value is (190,166,109). Sum of RGB (Red+Green+Blue) = 190+166+109=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA66D is #415992. Grayscale: #A6A6A6. Windows color (decimal): -4282771 or 7186110. OLE color: 7186110.

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

Color convert

RGB190166109-
CMYK00.130.430.25
HSL42.22º38.39%58.63%-
HSV(B)42.22º42.63%74.51%-
XYZ37.6339.3220.07-
YUV166.6895.45144.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 109 (42.97% from 255) = 23.44%
R=40.86%
G=35.70%
B=23.44%

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
Decimal19016610900.130.430.2542.2238.3958.63
HexBEA66D0D2B192a263b
Octal2762461550155331524673
Binary101111101010011011011010110110101111001101010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA66D; }

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

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

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

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

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

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

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

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