#BEA075

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

Shades of Fallow #BEA075

Tints of Fallow #BEA075

Color information

#BEA075 (or 0xBEA075) is unknown color: approx Fallow. HEX triplet: BE, A0 and 75. RGB value is (190,160,117). Sum of RGB (Red+Green+Blue) = 190+160+117=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA075 is #415F8A. Grayscale: #A4A4A4. Windows color (decimal): -4284299 or 7708862. OLE color: 7708862.

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

Color convert

RGB190160117-
CMYK00.160.380.25
HSL35.34º35.96%60.2%-
HSV(B)35.34º38.42%74.51%-
XYZ37.0237.3722.09-
YUV164.07101.44146.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=40.69%
G=34.26%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016011700.160.380.2535.3435.9660.2
HexBEA075010261923243c
Octal2762401650204631434474
Binary1011111010100000111010101000010011011001100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA075; }

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

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

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

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

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

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

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

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