#BE936A

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

Shades of Fallow #BE936A

Tints of Fallow #BE936A

Color information

#BE936A (or 0xBE936A) is unknown color: approx Fallow. HEX triplet: BE, 93 and 6A. RGB value is (190,147,106). Sum of RGB (Red+Green+Blue) = 190+147+106=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE936A is #416C95. Grayscale: #9B9B9B. Windows color (decimal): -4287638 or 6984638. OLE color: 6984638.

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

Color convert

RGB190147106-
CMYK00.230.440.25
HSL29.29º39.25%58.04%-
HSV(B)29.29º44.21%74.51%-
XYZ34.2732.8618.17-
YUV155.18100.25152.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=42.89%
G=33.18%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014710600.230.440.2529.2939.2558.04
HexBE936A0172C191d273a
Octal2762231520275431354772
Binary101111101001001111010100101111011001100111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE936A; }

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

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

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

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

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

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

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

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