#BE9D6C

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

Shades of Fallow #BE9D6C

Tints of Fallow #BE9D6C

Color information

#BE9D6C (or 0xBE9D6C) is unknown color: approx Fallow. HEX triplet: BE, 9D and 6C. RGB value is (190,157,108). Sum of RGB (Red+Green+Blue) = 190+157+108=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D6C is #416293. Grayscale: #A1A1A1. Windows color (decimal): -4285076 or 7118270. OLE color: 7118270.

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

Color convert

RGB190157108-
CMYK00.170.430.25
HSL35.85º38.68%58.43%-
HSV(B)35.85º43.16%74.51%-
XYZ3636.1419.27-
YUV161.2897.93148.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=41.76%
G=34.51%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015710800.170.430.2535.8538.6858.43
HexBE9D6C0112B1924273a
Octal2762351540215331444772
Binary1011111010011101110110001000110101111001100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D6C; }

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

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

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

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

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

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

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

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