#BEA375

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

Shades of Fallow #BEA375

Tints of Fallow #BEA375

Color information

#BEA375 (or 0xBEA375) is unknown color: approx Fallow. HEX triplet: BE, A3 and 75. RGB value is (190,163,117). Sum of RGB (Red+Green+Blue) = 190+163+117=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA375 is #415C8A. Grayscale: #A6A6A6. Windows color (decimal): -4283531 or 7709630. OLE color: 7709630.

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

Color convert

RGB190163117-
CMYK00.140.380.25
HSL37.81º35.96%60.2%-
HSV(B)37.81º38.42%74.51%-
XYZ37.5438.4322.27-
YUV165.83100.45145.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=40.43%
G=34.68%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016311700.140.380.2537.8135.9660.2
HexBEA3750E261926243c
Octal2762431650164631464474
Binary101111101010001111101010111010011011001100110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA375; }

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

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

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

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

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

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

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

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