#BB8F79

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

Shades of Pale Taupe #BB8F79

Tints of Pale Taupe #BB8F79

Color information

#BB8F79 (or 0xBB8F79) is unknown color: approx Pale Taupe. HEX triplet: BB, 8F and 79. RGB value is (187,143,121). Sum of RGB (Red+Green+Blue) = 187+143+121=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F79 is #447086. Grayscale: #999999. Windows color (decimal): -4485255 or 7966651. OLE color: 7966651.

HSL color Cylindrical-coordinate representation of color #BB8F79: hue angle of 20º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8F79 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187143121-
CMYK00.240.350.27
HSL20º32.67%60.39%-
HSV(B)20º35.29%73.33%-
XYZ33.7731.5922.41-
YUV153.65109.58151.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 121 (47.66% from 255) = 26.83%
R=41.46%
G=31.71%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714312100.240.350.272032.6760.39
HexBB8F79018231B14213c
Octal2732171710304333244174
Binary101110111000111111110010110001000111101110100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F79; }

 p { color: rgb(187,143,121); }

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

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

 a { background-color: rgb(187,143,121); }

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

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

 span { border-color: rgb(187,143,121); }

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