#BB9174

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

Shades of Pale Taupe #BB9174

Tints of Pale Taupe #BB9174

Color information

#BB9174 (or 0xBB9174) is unknown color: approx Pale Taupe. HEX triplet: BB, 91 and 74. RGB value is (187,145,116). Sum of RGB (Red+Green+Blue) = 187+145+116=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9174 is #446E8B. Grayscale: #9A9A9A. Windows color (decimal): -4484748 or 7639483. OLE color: 7639483.

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

Color convert

RGB187145116-
CMYK00.220.380.27
HSL24.51º34.3%59.41%-
HSV(B)24.51º37.97%73.33%-
XYZ33.7732.0820.93-
YUV154.25106.41151.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 116 (45.70% from 255) = 25.89%
R=41.74%
G=32.37%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714511600.220.380.2724.5134.359.41
HexBB9174016261B19223b
Octal2732211640264633314273
Binary101110111001000111101000101101001101101111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9174; }

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

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

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

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

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

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

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

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