#BB9774

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

Shades of Pale Taupe #BB9774

Tints of Pale Taupe #BB9774

Color information

#BB9774 (or 0xBB9774) is unknown color: approx Pale Taupe. HEX triplet: BB, 97 and 74. RGB value is (187,151,116). Sum of RGB (Red+Green+Blue) = 187+151+116=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9774 is #44688B. Grayscale: #9D9D9D. Windows color (decimal): -4483212 or 7641019. OLE color: 7641019.

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

Color convert

RGB187151116-
CMYK00.190.380.27
HSL29.58º34.3%59.41%-
HSV(B)29.58º37.97%73.33%-
XYZ34.7133.9621.25-
YUV157.77104.43148.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=41.19%
G=33.26%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715111600.190.380.2729.5834.359.41
HexBB9774013261B1e223b
Octal2732271640234633364273
Binary101110111001011111101000100111001101101111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9774; }

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

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

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

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

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

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

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

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