#BEA367

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

Shades of Laser #BEA367

Tints of Laser #BEA367

Color information

#BEA367 (or 0xBEA367) is unknown color: approx Laser. HEX triplet: BE, A3 and 67. RGB value is (190,163,103). Sum of RGB (Red+Green+Blue) = 190+163+103=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA367 is #415C98. Grayscale: #A4A4A4. Windows color (decimal): -4283545 or 6792126. OLE color: 6792126.

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

Color convert

RGB190163103-
CMYK00.140.460.25
HSL41.38º40.09%57.45%-
HSV(B)41.38º45.79%74.51%-
XYZ36.7838.1218.25-
YUV164.2393.45146.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 163 (64.06% from 255) = 35.75%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=41.67%
G=35.75%
B=22.59%

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
Decimal19016310300.140.460.2541.3840.0957.45
HexBEA3670E2E19292839
Octal2762431470165631515071
Binary101111101010001111001110111010111011001101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA367; }

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

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

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

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

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

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

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

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