#BEA167

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

Shades of Fallow #BEA167

Tints of Fallow #BEA167

Color information

#BEA167 (or 0xBEA167) is unknown color: approx Fallow. HEX triplet: BE, A1 and 67. RGB value is (190,161,103). Sum of RGB (Red+Green+Blue) = 190+161+103=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA167 is #415E98. Grayscale: #A3A3A3. Windows color (decimal): -4284057 or 6791614. OLE color: 6791614.

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

Color convert

RGB190161103-
CMYK00.150.460.25
HSL40º40.09%57.45%-
HSV(B)40º45.79%74.51%-
XYZ36.4337.4218.13-
YUV163.0694.11147.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 103 (40.62% from 255) = 22.69%
R=41.85%
G=35.46%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016110300.150.460.254040.0957.45
HexBEA1670F2E19282839
Octal2762411470175631505071
Binary101111101010000111001110111110111011001101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA167; }

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

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

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

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

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

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

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

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