#BB9077

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

Shades of Pale Taupe #BB9077

Tints of Pale Taupe #BB9077

Color information

#BB9077 (or 0xBB9077) is unknown color: approx Pale Taupe. HEX triplet: BB, 90 and 77. RGB value is (187,144,119). Sum of RGB (Red+Green+Blue) = 187+144+119=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9077 is #446F88. Grayscale: #9A9A9A. Windows color (decimal): -4485001 or 7835835. OLE color: 7835835.

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

Color convert

RGB187144119-
CMYK00.230.360.27
HSL22.06º33.33%60%-
HSV(B)22.06º36.36%73.33%-
XYZ33.831.8421.82-
YUV154.01108.25151.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=41.56%
G=32%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714411900.230.360.2722.0633.3360
HexBB9077017241B16213c
Octal2732201670274433264174
Binary101110111001000011101110101111001001101110110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9077; }

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

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

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

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

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

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

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

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