#BE926D

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

Shades of Fallow #BE926D

Tints of Fallow #BE926D

Color information

#BE926D (or 0xBE926D) is unknown color: approx Fallow. HEX triplet: BE, 92 and 6D. RGB value is (190,146,109). Sum of RGB (Red+Green+Blue) = 190+146+109=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE926D is #416D92. Grayscale: #9B9B9B. Windows color (decimal): -4287891 or 7180990. OLE color: 7180990.

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

Color convert

RGB190146109-
CMYK00.230.430.25
HSL27.41º38.39%58.63%-
HSV(B)27.41º42.63%74.51%-
XYZ34.2732.6118.96-
YUV154.94102.08153.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 109 (42.97% from 255) = 24.49%
R=42.70%
G=32.81%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014610900.230.430.2527.4138.3958.63
HexBE926D0172B191b263b
Octal2762221550275331334673
Binary101111101001001011011010101111010111100111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE926D; }

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

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

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

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

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

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

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

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