#BB9079

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

Shades of Pale Taupe #BB9079

Tints of Pale Taupe #BB9079

Color information

#BB9079 (or 0xBB9079) is unknown color: approx Pale Taupe. HEX triplet: BB, 90 and 79. RGB value is (187,144,121). Sum of RGB (Red+Green+Blue) = 187+144+121=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9079 is #446F86. Grayscale: #9A9A9A. Windows color (decimal): -4484999 or 7966907. OLE color: 7966907.

HSL color Cylindrical-coordinate representation of color #BB9079: hue angle of 20.91º 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 #BB9079 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187144121-
CMYK00.230.350.27
HSL20.91º32.67%60.39%-
HSV(B)20.91º35.29%73.33%-
XYZ33.9231.8922.46-
YUV154.23109.25151.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=41.37%
G=31.86%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714412100.230.350.2720.9132.6760.39
HexBB9079017231B15213c
Octal2732201710274333254174
Binary101110111001000011110010101111000111101110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9079; }

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

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

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

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

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

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

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

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