#BEA969

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

Shades of Laser #BEA969

Tints of Laser #BEA969

Color information

#BEA969 (or 0xBEA969) is unknown color: approx Laser. HEX triplet: BE, A9 and 69. RGB value is (190,169,105). Sum of RGB (Red+Green+Blue) = 190+169+105=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA969 is #415696. Grayscale: #A8A8A8. Windows color (decimal): -4282007 or 6924734. OLE color: 6924734.

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

Color convert

RGB190169105-
CMYK00.110.450.25
HSL45.18º39.53%57.84%-
HSV(B)45.18º44.74%74.51%-
XYZ37.9740.3419.15-
YUV167.9892.46143.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 169 (66.41% from 255) = 36.42%
BLUE value IS 105 (41.41% from 255) = 22.63%
R=40.95%
G=36.42%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016910500.110.450.2545.1839.5357.84
HexBEA9690B2D192d283a
Octal2762511510135531555072
Binary101111101010100111010010101110110111001101101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA969; }

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

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

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

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

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

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

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

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