#BEA866

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

Shades of Laser #BEA866

Tints of Laser #BEA866

Color information

#BEA866 (or 0xBEA866) is unknown color: approx Laser. HEX triplet: BE, A8 and 66. RGB value is (190,168,102). Sum of RGB (Red+Green+Blue) = 190+168+102=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA866 is #415799. Grayscale: #A7A7A7. Windows color (decimal): -4282266 or 6727870. OLE color: 6727870.

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

Color convert

RGB190168102-
CMYK00.120.460.25
HSL45º40.37%57.25%-
HSV(B)45º46.32%74.51%-
XYZ37.6439.9118.29-
YUV167.0591.29144.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 102 (40.23% from 255) = 22.17%
R=41.30%
G=36.52%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016810200.120.460.254540.3757.25
HexBEA8660C2E192d2839
Octal2762501460145631555071
Binary101111101010100011001100110010111011001101101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA866; }

 p { color: rgb(190,168,102); }

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

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

 a { background-color: rgb(190,168,102); }

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

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

 span { border-color: rgb(190,168,102); }

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