#BE9E6B

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

Shades of Fallow #BE9E6B

Tints of Fallow #BE9E6B

Color information

#BE9E6B (or 0xBE9E6B) is unknown color: approx Fallow. HEX triplet: BE, 9E and 6B. RGB value is (190,158,107). Sum of RGB (Red+Green+Blue) = 190+158+107=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E6B is #416194. Grayscale: #A1A1A1. Windows color (decimal): -4284821 or 7052990. OLE color: 7052990.

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

Color convert

RGB190158107-
CMYK00.170.440.25
HSL36.87º38.97%58.24%-
HSV(B)36.87º43.68%74.51%-
XYZ36.1236.4619.04-
YUV161.7597.1148.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=41.76%
G=34.73%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015810700.170.440.2536.8738.9758.24
HexBE9E6B0112C1925273a
Octal2762361530215431454772
Binary1011111010011110110101101000110110011001100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E6B; }

 p { color: rgb(190,158,107); }

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

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

 a { background-color: rgb(190,158,107); }

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

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

 span { border-color: rgb(190,158,107); }

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