#BE9B6E

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

Shades of Fallow #BE9B6E

Tints of Fallow #BE9B6E

Color information

#BE9B6E (or 0xBE9B6E) is unknown color: approx Fallow. HEX triplet: BE, 9B and 6E. RGB value is (190,155,110). Sum of RGB (Red+Green+Blue) = 190+155+110=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B6E is #416491. Grayscale: #A0A0A0. Windows color (decimal): -4285586 or 7248830. OLE color: 7248830.

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

Color convert

RGB190155110-
CMYK00.180.420.25
HSL33.75º38.1%58.82%-
HSV(B)33.75º42.11%74.51%-
XYZ35.7735.5219.72-
YUV160.3399.6149.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=41.76%
G=34.07%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015511000.180.420.2533.7538.158.82
HexBE9B6E0122A1922263b
Octal2762331560225231424673
Binary1011111010011011110111001001010101011001100010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B6E; }

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

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

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

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

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

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

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

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