#BF9579

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

Shades of Pale Taupe #BF9579

Tints of Pale Taupe #BF9579

Color information

#BF9579 (or 0xBF9579) is unknown color: approx Pale Taupe. HEX triplet: BF, 95 and 79. RGB value is (191,149,121). Sum of RGB (Red+Green+Blue) = 191+149+121=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9579 is #406A86. Grayscale: #9E9E9E. Windows color (decimal): -4221575 or 7968191. OLE color: 7968191.

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

Color convert

RGB191149121-
CMYK00.220.370.25
HSL24º35.35%61.18%-
HSV(B)24º36.65%74.9%-
XYZ35.6833.9522.76-
YUV158.37106.91151.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=41.43%
G=32.32%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114912100.220.370.252435.3561.18
HexBF9579016251918233d
Octal2772251710264531304375
Binary101111111001010111110010101101001011100111000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9579; }

 p { color: rgb(191,149,121); }

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

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

 a { background-color: rgb(191,149,121); }

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

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

 span { border-color: rgb(191,149,121); }

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