#BF967F

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

Shades of Pale Taupe #BF967F

Tints of Pale Taupe #BF967F

Color information

#BF967F (or 0xBF967F) is unknown color: approx Pale Taupe. HEX triplet: BF, 96 and 7F. RGB value is (191,150,127). Sum of RGB (Red+Green+Blue) = 191+150+127=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF967F is #406980. Grayscale: #9F9F9F. Windows color (decimal): -4221313 or 8361663. OLE color: 8361663.

HSL color Cylindrical-coordinate representation of color #BF967F: hue angle of 21.56º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF967F is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191150127-
CMYK00.210.340.25
HSL21.56º33.33%62.35%-
HSV(B)21.56º33.51%74.9%-
XYZ36.2234.4224.81-
YUV159.64109.58150.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 127 (50% from 255) = 27.14%
R=40.81%
G=32.05%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115012700.210.340.2521.5633.3362.35
HexBF967F015221916213e
Octal2772261770254231264176
Binary101111111001011011111110101011000101100110110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF967F; }

 p { color: rgb(191,150,127); }

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

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

 a { background-color: rgb(191,150,127); }

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

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

 span { border-color: rgb(191,150,127); }

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