#BEA766

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

Shades of Laser #BEA766

Tints of Laser #BEA766

Color information

#BEA766 (or 0xBEA766) is unknown color: approx Laser. HEX triplet: BE, A7 and 66. RGB value is (190,167,102). Sum of RGB (Red+Green+Blue) = 190+167+102=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA766 is #415899. Grayscale: #A6A6A6. Windows color (decimal): -4282522 or 6727614. OLE color: 6727614.

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

Color convert

RGB190167102-
CMYK00.120.460.25
HSL44.32º40.37%57.25%-
HSV(B)44.32º46.32%74.51%-
XYZ37.4539.5418.23-
YUV166.4791.62144.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=41.39%
G=36.38%
B=22.22%

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
Decimal19016710200.120.460.2544.3240.3757.25
HexBEA7660C2E192c2839
Octal2762471460145631545071
Binary101111101010011111001100110010111011001101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA766; }

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

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

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

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

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

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

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

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