#BF8F6B

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

Shades of Fallow #BF8F6B

Tints of Fallow #BF8F6B

Color information

#BF8F6B (or 0xBF8F6B) is unknown color: approx Fallow. HEX triplet: BF, 8F and 6B. RGB value is (191,143,107). Sum of RGB (Red+Green+Blue) = 191+143+107=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F6B is #407094. Grayscale: #999999. Windows color (decimal): -4223125 or 7049151. OLE color: 7049151.

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

Color convert

RGB191143107-
CMYK00.250.440.25
HSL25.71º39.62%58.43%-
HSV(B)25.71º43.98%74.9%-
XYZ33.9631.7818.25-
YUV153.25101.9154.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 107 (42.19% from 255) = 24.26%
R=43.31%
G=32.43%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114310700.250.440.2525.7139.6258.43
HexBF8F6B0192C191a283a
Octal2772171530315431325072
Binary101111111000111111010110110011011001100111010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F6B; }

 p { color: rgb(191,143,107); }

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

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

 a { background-color: rgb(191,143,107); }

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

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

 span { border-color: rgb(191,143,107); }

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