#BE9D6B

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

Shades of Fallow #BE9D6B

Tints of Fallow #BE9D6B

Color information

#BE9D6B (or 0xBE9D6B) is unknown color: approx Fallow. HEX triplet: BE, 9D and 6B. RGB value is (190,157,107). Sum of RGB (Red+Green+Blue) = 190+157+107=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D6B is #416294. Grayscale: #A1A1A1. Windows color (decimal): -4285077 or 7052734. OLE color: 7052734.

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

Color convert

RGB190157107-
CMYK00.170.440.25
HSL36.14º38.97%58.24%-
HSV(B)36.14º43.68%74.51%-
XYZ35.9536.1218.99-
YUV161.1797.43148.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 157 (61.72% from 255) = 34.58%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=41.85%
G=34.58%
B=23.57%

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
Decimal19015710700.170.440.2536.1438.9758.24
HexBE9D6B0112C1924273a
Octal2762351530215431444772
Binary1011111010011101110101101000110110011001100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D6B; }

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

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

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

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

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

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

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

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