#BEA267

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

Shades of Laser #BEA267

Tints of Laser #BEA267

Color information

#BEA267 (or 0xBEA267) is unknown color: approx Laser. HEX triplet: BE, A2 and 67. RGB value is (190,162,103). Sum of RGB (Red+Green+Blue) = 190+162+103=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA267 is #415D98. Grayscale: #A3A3A3. Windows color (decimal): -4283801 or 6791870. OLE color: 6791870.

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

Color convert

RGB190162103-
CMYK00.150.460.25
HSL40.69º40.09%57.45%-
HSV(B)40.69º45.79%74.51%-
XYZ36.637.7718.19-
YUV163.6593.78146.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=41.76%
G=35.60%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016210300.150.460.2540.6940.0957.45
HexBEA2670F2E19292839
Octal2762421470175631515071
Binary101111101010001011001110111110111011001101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA267; }

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

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

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

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

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

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

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

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