#BE996D

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

Shades of Fallow #BE996D

Tints of Fallow #BE996D

Color information

#BE996D (or 0xBE996D) is unknown color: approx Fallow. HEX triplet: BE, 99 and 6D. RGB value is (190,153,109). Sum of RGB (Red+Green+Blue) = 190+153+109=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE996D is #416692. Grayscale: #9F9F9F. Windows color (decimal): -4286099 or 7182782. OLE color: 7182782.

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

Color convert

RGB190153109-
CMYK00.190.430.25
HSL32.59º38.39%58.63%-
HSV(B)32.59º42.63%74.51%-
XYZ35.3934.8319.33-
YUV159.0599.76150.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=42.04%
G=33.85%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015310900.190.430.2532.5938.3958.63
HexBE996D0132B1921263b
Octal2762311550235331414673
Binary1011111010011001110110101001110101111001100001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE996D; }

 p { color: rgb(190,153,109); }

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

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

 a { background-color: rgb(190,153,109); }

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

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

 span { border-color: rgb(190,153,109); }

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