#BE9A6A

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

Shades of Fallow #BE9A6A

Tints of Fallow #BE9A6A

Color information

#BE9A6A (or 0xBE9A6A) is unknown color: approx Fallow. HEX triplet: BE, 9A and 6A. RGB value is (190,154,106). Sum of RGB (Red+Green+Blue) = 190+154+106=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A6A is #416595. Grayscale: #9F9F9F. Windows color (decimal): -4285846 or 6986430. OLE color: 6986430.

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

Color convert

RGB190154106-
CMYK00.190.440.25
HSL34.29º39.25%58.04%-
HSV(B)34.29º44.21%74.51%-
XYZ35.3935.118.55-
YUV159.2997.93149.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 154 (60.55% from 255) = 34.22%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=42.22%
G=34.22%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015410600.190.440.2534.2939.2558.04
HexBE9A6A0132C1922273a
Octal2762321520235431424772
Binary1011111010011010110101001001110110011001100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A6A; }

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

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

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

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

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

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

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

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