#BF8F74

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

Shades of Pale Taupe #BF8F74

Tints of Pale Taupe #BF8F74

Color information

#BF8F74 (or 0xBF8F74) is unknown color: approx Pale Taupe. HEX triplet: BF, 8F and 74. RGB value is (191,143,116). Sum of RGB (Red+Green+Blue) = 191+143+116=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F74 is #40708B. Grayscale: #9A9A9A. Windows color (decimal): -4223116 or 7638975. OLE color: 7638975.

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

Color convert

RGB191143116-
CMYK00.250.390.25
HSL21.6º36.95%60.2%-
HSV(B)21.6º39.27%74.9%-
XYZ34.4631.9820.88-
YUV154.27106.4154.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 116 (45.70% from 255) = 25.78%
R=42.44%
G=31.78%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114311600.250.390.2521.636.9560.2
HexBF8F74019271916253c
Octal2772171640314731264574
Binary101111111000111111101000110011001111100110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F74; }

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

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

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

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

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

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

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

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