#BE916C

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

Shades of Fallow #BE916C

Tints of Fallow #BE916C

Color information

#BE916C (or 0xBE916C) is unknown color: approx Fallow. HEX triplet: BE, 91 and 6C. RGB value is (190,145,108). Sum of RGB (Red+Green+Blue) = 190+145+108=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE916C is #416E93. Grayscale: #9A9A9A. Windows color (decimal): -4288148 or 7115198. OLE color: 7115198.

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

Color convert

RGB190145108-
CMYK00.240.430.25
HSL27.07º38.68%58.43%-
HSV(B)27.07º43.16%74.51%-
XYZ34.0732.2818.62-
YUV154.24101.91153.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=42.89%
G=32.73%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014510800.240.430.2527.0738.6858.43
HexBE916C0182B191b273a
Octal2762211540305331334772
Binary101111101001000111011000110001010111100111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE916C; }

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

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

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

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

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

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

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

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