#BEA467

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

Shades of Laser #BEA467

Tints of Laser #BEA467

Color information

#BEA467 (or 0xBEA467) is unknown color: approx Laser. HEX triplet: BE, A4 and 67. RGB value is (190,164,103). Sum of RGB (Red+Green+Blue) = 190+164+103=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA467 is #415B98. Grayscale: #A5A5A5. Windows color (decimal): -4283289 or 6792382. OLE color: 6792382.

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

Color convert

RGB190164103-
CMYK00.140.460.25
HSL42.07º40.09%57.45%-
HSV(B)42.07º45.79%74.51%-
XYZ36.9638.4818.31-
YUV164.8293.11145.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 103 (40.62% from 255) = 22.54%
R=41.58%
G=35.89%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016410300.140.460.2542.0740.0957.45
HexBEA4670E2E192a2839
Octal2762441470165631525071
Binary101111101010010011001110111010111011001101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA467; }

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

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

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

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

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

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

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

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