#BF8E6C

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

Shades of Fallow #BF8E6C

Tints of Fallow #BF8E6C

Color information

#BF8E6C (or 0xBF8E6C) is unknown color: approx Fallow. HEX triplet: BF, 8E and 6C. RGB value is (191,142,108). Sum of RGB (Red+Green+Blue) = 191+142+108=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E6C is #407193. Grayscale: #989898. Windows color (decimal): -4223380 or 7114431. OLE color: 7114431.

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

Color convert

RGB191142108-
CMYK00.260.430.25
HSL24.58º39.34%58.63%-
HSV(B)24.58º43.46%74.9%-
XYZ33.8731.5118.48-
YUV152.78102.73155.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=43.31%
G=32.20%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114210800.260.430.2524.5839.3458.63
HexBF8E6C01A2B1919273b
Octal2772161540325331314773
Binary101111111000111011011000110101010111100111001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E6C; }

 p { color: rgb(191,142,108); }

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

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

 a { background-color: rgb(191,142,108); }

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

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

 span { border-color: rgb(191,142,108); }

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