#BE9A6C

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

Shades of Fallow #BE9A6C

Tints of Fallow #BE9A6C

Color information

#BE9A6C (or 0xBE9A6C) is unknown color: approx Fallow. HEX triplet: BE, 9A and 6C. RGB value is (190,154,108). Sum of RGB (Red+Green+Blue) = 190+154+108=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A6C is #416593. Grayscale: #9F9F9F. Windows color (decimal): -4285844 or 7117502. OLE color: 7117502.

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

Color convert

RGB190154108-
CMYK00.190.430.25
HSL33.66º38.68%58.43%-
HSV(B)33.66º43.16%74.51%-
XYZ35.535.1419.1-
YUV159.5298.93149.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=42.04%
G=34.07%
B=23.89%

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
Decimal19015410800.190.430.2533.6638.6858.43
HexBE9A6C0132B1922273a
Octal2762321540235331424772
Binary1011111010011010110110001001110101111001100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A6C; }

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

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

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

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

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

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

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

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