#BEA273

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

Shades of Fallow #BEA273

Tints of Fallow #BEA273

Color information

#BEA273 (or 0xBEA273) is unknown color: approx Fallow. HEX triplet: BE, A2 and 73. RGB value is (190,162,115). Sum of RGB (Red+Green+Blue) = 190+162+115=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA273 is #415D8C. Grayscale: #A5A5A5. Windows color (decimal): -4283789 or 7578302. OLE color: 7578302.

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

Color convert

RGB190162115-
CMYK00.150.390.25
HSL37.6º36.59%59.8%-
HSV(B)37.6º39.47%74.51%-
XYZ37.2538.0321.6-
YUV165.0199.78145.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=40.69%
G=34.69%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016211500.150.390.2537.636.5959.8
HexBEA2730F271926253c
Octal2762421630174731464574
Binary101111101010001011100110111110011111001100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA273; }

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

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

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

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

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

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

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

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