#BEA172

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

Shades of Fallow #BEA172

Tints of Fallow #BEA172

Color information

#BEA172 (or 0xBEA172) is unknown color: approx Fallow. HEX triplet: BE, A1 and 72. RGB value is (190,161,114). Sum of RGB (Red+Green+Blue) = 190+161+114=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA172 is #415E8D. Grayscale: #A4A4A4. Windows color (decimal): -4284046 or 7512510. OLE color: 7512510.

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

Color convert

RGB190161114-
CMYK00.150.400.25
HSL37.11º36.89%59.61%-
HSV(B)37.11º40%74.51%-
XYZ37.0237.6521.24-
YUV164.3199.61146.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=40.86%
G=34.62%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016111400.150.400.2537.1136.8959.61
HexBEA1720F281925253c
Octal2762411620175031454574
Binary101111101010000111100100111110100011001100101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA172; }

 p { color: rgb(190,161,114); }

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

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

 a { background-color: rgb(190,161,114); }

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

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

 span { border-color: rgb(190,161,114); }

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