#BE916D

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

Shades of Fallow #BE916D

Tints of Fallow #BE916D

Color information

#BE916D (or 0xBE916D) is unknown color: approx Fallow. HEX triplet: BE, 91 and 6D. RGB value is (190,145,109). Sum of RGB (Red+Green+Blue) = 190+145+109=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE916D is #416E92. Grayscale: #9A9A9A. Windows color (decimal): -4288147 or 7180734. OLE color: 7180734.

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

Color convert

RGB190145109-
CMYK00.240.430.25
HSL26.67º38.39%58.63%-
HSV(B)26.67º42.63%74.51%-
XYZ34.1232.318.9-
YUV154.35102.41153.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=42.79%
G=32.66%
B=24.55%

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
Decimal19014510900.240.430.2526.6738.3958.63
HexBE916D0182B191b263b
Octal2762211550305331334673
Binary101111101001000111011010110001010111100111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE916D; }

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

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

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

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

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

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

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

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