#BEA368

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

Shades of Laser #BEA368

Tints of Laser #BEA368

Color information

#BEA368 (or 0xBEA368) is unknown color: approx Laser. HEX triplet: BE, A3 and 68. RGB value is (190,163,104). Sum of RGB (Red+Green+Blue) = 190+163+104=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA368 is #415C97. Grayscale: #A4A4A4. Windows color (decimal): -4283544 or 6857662. OLE color: 6857662.

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

Color convert

RGB190163104-
CMYK00.140.450.25
HSL41.16º39.81%57.65%-
HSV(B)41.16º45.26%74.51%-
XYZ36.8338.1418.52-
YUV164.3593.95146.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=41.58%
G=35.67%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016310400.140.450.2541.1639.8157.65
HexBEA3680E2D1929283a
Octal2762431500165531515072
Binary101111101010001111010000111010110111001101001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA368; }

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

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

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

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

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

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

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

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