#BE966C

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

Shades of Fallow #BE966C

Tints of Fallow #BE966C

Color information

#BE966C (or 0xBE966C) is unknown color: approx Fallow. HEX triplet: BE, 96 and 6C. RGB value is (190,150,108). Sum of RGB (Red+Green+Blue) = 190+150+108=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE966C is #416993. Grayscale: #9D9D9D. Windows color (decimal): -4286868 or 7116478. OLE color: 7116478.

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

Color convert

RGB190150108-
CMYK00.210.430.25
HSL30.73º38.68%58.43%-
HSV(B)30.73º43.16%74.51%-
XYZ34.8533.8418.88-
YUV157.17100.25151.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=42.41%
G=33.48%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015010800.210.430.2530.7338.6858.43
HexBE966C0152B191f273a
Octal2762261540255331374772
Binary101111101001011011011000101011010111100111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE966C; }

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

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

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

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

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

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

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

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