#BE9670

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

Shades of Fallow #BE9670

Tints of Fallow #BE9670

Color information

#BE9670 (or 0xBE9670) is unknown color: approx Fallow. HEX triplet: BE, 96 and 70. RGB value is (190,150,112). Sum of RGB (Red+Green+Blue) = 190+150+112=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9670 is #41698F. Grayscale: #9D9D9D. Windows color (decimal): -4286864 or 7378622. OLE color: 7378622.

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

Color convert

RGB190150112-
CMYK00.210.410.25
HSL29.23º37.5%59.22%-
HSV(B)29.23º41.05%74.51%-
XYZ35.0733.9320.03-
YUV157.63102.25151.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=42.04%
G=33.19%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015011200.210.410.2529.2337.559.22
HexBE967001529191d263b
Octal2762261600255131354673
Binary101111101001011011100000101011010011100111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9670; }

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

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

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

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

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

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

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

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