#BE9B76

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

Shades of Fallow #BE9B76

Tints of Fallow #BE9B76

Color information

#BE9B76 (or 0xBE9B76) is unknown color: approx Fallow. HEX triplet: BE, 9B and 76. RGB value is (190,155,118). Sum of RGB (Red+Green+Blue) = 190+155+118=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B76 is #416489. Grayscale: #A1A1A1. Windows color (decimal): -4285578 or 7773118. OLE color: 7773118.

HSL color Cylindrical-coordinate representation of color #BE9B76: hue angle of 30.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE9B76 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190155118-
CMYK00.180.380.25
HSL30.83º35.64%60.39%-
HSV(B)30.83º37.89%74.51%-
XYZ36.2335.722.12-
YUV161.25103.6148.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=41.04%
G=33.48%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015511800.180.380.2530.8335.6460.39
HexBE9B7601226191f243c
Octal2762331660224631374474
Binary101111101001101111101100100101001101100111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B76; }

 p { color: rgb(190,155,118); }

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

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

 a { background-color: rgb(190,155,118); }

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

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

 span { border-color: rgb(190,155,118); }

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