#BE8C67

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

Shades of Fallow #BE8C67

Tints of Fallow #BE8C67

Color information

#BE8C67 (or 0xBE8C67) is unknown color: approx Fallow. HEX triplet: BE, 8C and 67. RGB value is (190,140,103). Sum of RGB (Red+Green+Blue) = 190+140+103=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C67 is #417398. Grayscale: #969696. Windows color (decimal): -4289433 or 6786238. OLE color: 6786238.

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

Color convert

RGB190140103-
CMYK00.260.460.25
HSL25.52º40.09%57.45%-
HSV(B)25.52º45.79%74.51%-
XYZ33.0630.6817.01-
YUV150.73101.06156.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 140 (55.08% from 255) = 32.33%
BLUE value IS 103 (40.62% from 255) = 23.79%
R=43.88%
G=32.33%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014010300.260.460.2525.5240.0957.45
HexBE8C6701A2E191a2839
Octal2762141470325631325071
Binary101111101000110011001110110101011101100111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C67; }

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

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

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

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

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

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

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

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