#BE9467

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

Shades of Fallow #BE9467

Tints of Fallow #BE9467

Color information

#BE9467 (or 0xBE9467) is unknown color: approx Fallow. HEX triplet: BE, 94 and 67. RGB value is (190,148,103). Sum of RGB (Red+Green+Blue) = 190+148+103=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9467 is #416B98. Grayscale: #9B9B9B. Windows color (decimal): -4287385 or 6788286. OLE color: 6788286.

HSL color Cylindrical-coordinate representation of color #BE9467: hue angle of 31.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE9467 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190148103-
CMYK00.220.460.25
HSL31.03º40.09%57.45%-
HSV(B)31.03º45.79%74.51%-
XYZ34.2733.1117.42-
YUV155.4398.41152.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 103 (40.62% from 255) = 23.36%
R=43.08%
G=33.56%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014810300.220.460.2531.0340.0957.45
HexBE94670162E191f2839
Octal2762241470265631375071
Binary101111101001010011001110101101011101100111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9467; }

 p { color: rgb(190,148,103); }

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

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

 a { background-color: rgb(190,148,103); }

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

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

 span { border-color: rgb(190,148,103); }

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