#BEA869

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

Shades of Laser #BEA869

Tints of Laser #BEA869

Color information

#BEA869 (or 0xBEA869) is unknown color: approx Laser. HEX triplet: BE, A8 and 69. RGB value is (190,168,105). Sum of RGB (Red+Green+Blue) = 190+168+105=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA869 is #415796. Grayscale: #A7A7A7. Windows color (decimal): -4282263 or 6924478. OLE color: 6924478.

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

Color convert

RGB190168105-
CMYK00.120.450.25
HSL44.47º39.53%57.84%-
HSV(B)44.47º44.74%74.51%-
XYZ37.7939.9719.09-
YUV167.492.79144.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=41.04%
G=36.29%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016810500.120.450.2544.4739.5357.84
HexBEA8690C2D192c283a
Octal2762501510145531545072
Binary101111101010100011010010110010110111001101100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA869; }

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

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

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

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

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

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

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

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