#BF9B80

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

Shades of Pale Taupe #BF9B80

Tints of Pale Taupe #BF9B80

Color information

#BF9B80 (or 0xBF9B80) is unknown color: approx Pale Taupe. HEX triplet: BF, 9B and 80. RGB value is (191,155,128). Sum of RGB (Red+Green+Blue) = 191+155+128=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9B80 is #40647F. Grayscale: #A2A2A2. Windows color (decimal): -4220032 or 8428479. OLE color: 8428479.

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

Color convert

RGB191155128-
CMYK00.190.330.25
HSL25.71º32.98%62.55%-
HSV(B)25.71º32.98%74.9%-
XYZ37.136.0825.43-
YUV162.69108.43148.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=40.30%
G=32.70%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115512800.190.330.2525.7132.9862.55
HexBF9B8001321191a213f
Octal2772332000234131324177
Binary1011111110011011100000000100111000011100111010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B80; }

 p { color: rgb(191,155,128); }

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

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

 a { background-color: rgb(191,155,128); }

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

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

 span { border-color: rgb(191,155,128); }

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