#BB9374

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

Shades of Pale Taupe #BB9374

Tints of Pale Taupe #BB9374

Color information

#BB9374 (or 0xBB9374) is unknown color: approx Pale Taupe. HEX triplet: BB, 93 and 74. RGB value is (187,147,116). Sum of RGB (Red+Green+Blue) = 187+147+116=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9374 is #446C8B. Grayscale: #9B9B9B. Windows color (decimal): -4484236 or 7639995. OLE color: 7639995.

HSL color Cylindrical-coordinate representation of color #BB9374: hue angle of 26.2º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB9374 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB187147116-
CMYK00.210.380.27
HSL26.2º34.3%59.41%-
HSV(B)26.2º37.97%73.33%-
XYZ34.0832.6921.04-
YUV155.43105.75150.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 116 (45.70% from 255) = 25.78%
R=41.56%
G=32.67%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714711600.210.380.2726.234.359.41
HexBB9374015261B1a223b
Octal2732231640254633324273
Binary101110111001001111101000101011001101101111010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9374; }

 p { color: rgb(187,147,116); }

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

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

 a { background-color: rgb(187,147,116); }

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

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

 span { border-color: rgb(187,147,116); }

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