#BEA966

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

Shades of Laser #BEA966

Tints of Laser #BEA966

Color information

#BEA966 (or 0xBEA966) is unknown color: approx Laser. HEX triplet: BE, A9 and 66. RGB value is (190,169,102). Sum of RGB (Red+Green+Blue) = 190+169+102=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA966 is #415699. Grayscale: #A7A7A7. Windows color (decimal): -4282010 or 6728126. OLE color: 6728126.

HSL color Cylindrical-coordinate representation of color #BEA966: hue angle of 45.68º 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 #BEA966 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190169102-
CMYK00.110.460.25
HSL45.68º40.37%57.25%-
HSV(B)45.68º46.32%74.51%-
XYZ37.8240.2818.35-
YUV167.6490.96143.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=41.21%
G=36.66%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016910200.110.460.2545.6840.3757.25
HexBEA9660B2E192e2839
Octal2762511460135631565071
Binary101111101010100111001100101110111011001101110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA966; }

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

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

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

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

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

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

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

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