#BE8F6C

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

Shades of Fallow #BE8F6C

Tints of Fallow #BE8F6C

Color information

#BE8F6C (or 0xBE8F6C) is unknown color: approx Fallow. HEX triplet: BE, 8F and 6C. RGB value is (190,143,108). Sum of RGB (Red+Green+Blue) = 190+143+108=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F6C is #417093. Grayscale: #999999. Windows color (decimal): -4288660 or 7114686. OLE color: 7114686.

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

Color convert

RGB190143108-
CMYK00.250.430.25
HSL25.61º38.68%58.43%-
HSV(B)25.61º43.16%74.51%-
XYZ33.7631.6718.52-
YUV153.06102.57154.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=43.08%
G=32.43%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014310800.250.430.2525.6138.6858.43
HexBE8F6C0192B191a273a
Octal2762171540315331324772
Binary101111101000111111011000110011010111100111010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F6C; }

 p { color: rgb(190,143,108); }

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

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

 a { background-color: rgb(190,143,108); }

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

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

 span { border-color: rgb(190,143,108); }

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