#BEA767

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

Shades of Laser #BEA767

Tints of Laser #BEA767

Color information

#BEA767 (or 0xBEA767) is unknown color: approx Laser. HEX triplet: BE, A7 and 67. RGB value is (190,167,103). Sum of RGB (Red+Green+Blue) = 190+167+103=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA767 is #415898. Grayscale: #A6A6A6. Windows color (decimal): -4282521 or 6793150. OLE color: 6793150.

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

Color convert

RGB190167103-
CMYK00.120.460.25
HSL44.14º40.09%57.45%-
HSV(B)44.14º45.79%74.51%-
XYZ37.539.5618.49-
YUV166.5892.12144.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 167 (65.62% from 255) = 36.30%
BLUE value IS 103 (40.62% from 255) = 22.39%
R=41.30%
G=36.30%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016710300.120.460.2544.1440.0957.45
HexBEA7670C2E192c2839
Octal2762471470145631545071
Binary101111101010011111001110110010111011001101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA767; }

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

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

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

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

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

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

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

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