#BEA76B

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

Shades of Laser #BEA76B

Tints of Laser #BEA76B

Color information

#BEA76B (or 0xBEA76B) is unknown color: approx Laser. HEX triplet: BE, A7 and 6B. RGB value is (190,167,107). Sum of RGB (Red+Green+Blue) = 190+167+107=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA76B is #415894. Grayscale: #A7A7A7. Windows color (decimal): -4282517 or 7055294. OLE color: 7055294.

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

Color convert

RGB190167107-
CMYK00.120.440.25
HSL43.37º38.97%58.24%-
HSV(B)43.37º43.68%74.51%-
XYZ37.7139.6519.57-
YUV167.0494.12144.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 167 (65.62% from 255) = 35.99%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=40.95%
G=35.99%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016710700.120.440.2543.3738.9758.24
HexBEA76B0C2C192b273a
Octal2762471530145431534772
Binary101111101010011111010110110010110011001101011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA76B; }

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

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

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

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

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

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

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

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