#BEA275

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

Shades of Fallow #BEA275

Tints of Fallow #BEA275

Color information

#BEA275 (or 0xBEA275) is unknown color: approx Fallow. HEX triplet: BE, A2 and 75. RGB value is (190,162,117). Sum of RGB (Red+Green+Blue) = 190+162+117=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA275 is #415D8A. Grayscale: #A5A5A5. Windows color (decimal): -4283787 or 7709374. OLE color: 7709374.

HSL color Cylindrical-coordinate representation of color #BEA275: hue angle of 36.99º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEA275 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190162117-
CMYK00.150.380.25
HSL36.99º35.96%60.2%-
HSV(B)36.99º38.42%74.51%-
XYZ37.3738.0722.21-
YUV165.24100.78145.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=40.51%
G=34.54%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016211700.150.380.2536.9935.9660.2
HexBEA2750F261925243c
Octal2762421650174631454474
Binary101111101010001011101010111110011011001100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA275; }

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

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

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

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

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

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

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

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