#BE9B6A

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

Shades of Fallow #BE9B6A

Tints of Fallow #BE9B6A

Color information

#BE9B6A (or 0xBE9B6A) is unknown color: approx Fallow. HEX triplet: BE, 9B and 6A. RGB value is (190,155,106). Sum of RGB (Red+Green+Blue) = 190+155+106=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B6A is #416495. Grayscale: #A0A0A0. Windows color (decimal): -4285590 or 6986686. OLE color: 6986686.

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

Color convert

RGB190155106-
CMYK00.180.440.25
HSL35º39.25%58.04%-
HSV(B)35º44.21%74.51%-
XYZ35.5635.4318.6-
YUV159.8897.6149.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 155 (60.94% from 255) = 34.37%
BLUE value IS 106 (41.80% from 255) = 23.50%
R=42.13%
G=34.37%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015510600.180.440.253539.2558.04
HexBE9B6A0122C1923273a
Octal2762331520225431434772
Binary1011111010011011110101001001010110011001100011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B6A; }

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

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

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

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

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

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

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

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