#BEA968

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

Shades of Laser #BEA968

Tints of Laser #BEA968

Color information

#BEA968 (or 0xBEA968) is unknown color: approx Laser. HEX triplet: BE, A9 and 68. RGB value is (190,169,104). Sum of RGB (Red+Green+Blue) = 190+169+104=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA968 is #415697. Grayscale: #A8A8A8. Windows color (decimal): -4282008 or 6859198. OLE color: 6859198.

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

Color convert

RGB190169104-
CMYK00.110.450.25
HSL45.35º39.81%57.65%-
HSV(B)45.35º45.26%74.51%-
XYZ37.9240.3218.88-
YUV167.8791.96143.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=41.04%
G=36.50%
B=22.46%

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
Decimal19016910400.110.450.2545.3539.8157.65
HexBEA9680B2D192d283a
Octal2762511500135531555072
Binary101111101010100111010000101110110111001101101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA968; }

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

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

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

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

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

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

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

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