#BEA475

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

Shades of Fallow #BEA475

Tints of Fallow #BEA475

Color information

#BEA475 (or 0xBEA475) is unknown color: approx Fallow. HEX triplet: BE, A4 and 75. RGB value is (190,164,117). Sum of RGB (Red+Green+Blue) = 190+164+117=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA475 is #415B8A. Grayscale: #A6A6A6. Windows color (decimal): -4283275 or 7709886. OLE color: 7709886.

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

Color convert

RGB190164117-
CMYK00.140.380.25
HSL38.63º35.96%60.2%-
HSV(B)38.63º38.42%74.51%-
XYZ37.7238.7822.33-
YUV166.42100.11144.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=40.34%
G=34.82%
B=24.84%

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
Decimal19016411700.140.380.2538.6335.9660.2
HexBEA4750E261927243c
Octal2762441650164631474474
Binary101111101010010011101010111010011011001100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA475; }

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

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

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

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

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

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

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

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