#BF8F7A

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

Shades of Pale Taupe #BF8F7A

Tints of Pale Taupe #BF8F7A

Color information

#BF8F7A (or 0xBF8F7A) is unknown color: approx Pale Taupe. HEX triplet: BF, 8F and 7A. RGB value is (191,143,122). Sum of RGB (Red+Green+Blue) = 191+143+122=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F7A is #407085. Grayscale: #9B9B9B. Windows color (decimal): -4223110 or 8032191. OLE color: 8032191.

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

Color convert

RGB191143122-
CMYK00.250.360.25
HSL18.26º35.03%61.37%-
HSV(B)18.26º36.13%74.9%-
XYZ34.8232.1322.78-
YUV154.96109.4153.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 143 (56.25% from 255) = 31.36%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=41.89%
G=31.36%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114312200.250.360.2518.2635.0361.37
HexBF8F7A019241912233d
Octal2772171720314431224375
Binary101111111000111111110100110011001001100110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F7A; }

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

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

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

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

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

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

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

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