#BE946C

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

Shades of Fallow #BE946C

Tints of Fallow #BE946C

Color information

#BE946C (or 0xBE946C) is unknown color: approx Fallow. HEX triplet: BE, 94 and 6C. RGB value is (190,148,108). Sum of RGB (Red+Green+Blue) = 190+148+108=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE946C is #416B93. Grayscale: #9C9C9C. Windows color (decimal): -4287380 or 7115966. OLE color: 7115966.

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

Color convert

RGB190148108-
CMYK00.220.430.25
HSL29.27º38.68%58.43%-
HSV(B)29.27º43.16%74.51%-
XYZ34.5333.2118.78-
YUV156100.91152.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=42.60%
G=33.18%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014810800.220.430.2529.2738.6858.43
HexBE946C0162B191d273a
Octal2762241540265331354772
Binary101111101001010011011000101101010111100111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE946C; }

 p { color: rgb(190,148,108); }

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

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

 a { background-color: rgb(190,148,108); }

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

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

 span { border-color: rgb(190,148,108); }

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