#BB9674

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

Shades of Pale Taupe #BB9674

Tints of Pale Taupe #BB9674

Color information

#BB9674 (or 0xBB9674) is unknown color: approx Pale Taupe. HEX triplet: BB, 96 and 74. RGB value is (187,150,116). Sum of RGB (Red+Green+Blue) = 187+150+116=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9674 is #44698B. Grayscale: #9D9D9D. Windows color (decimal): -4483468 or 7640763. OLE color: 7640763.

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

Color convert

RGB187150116-
CMYK00.200.380.27
HSL28.73º34.3%59.41%-
HSV(B)28.73º37.97%73.33%-
XYZ34.5533.6421.19-
YUV157.19104.76149.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=41.28%
G=33.11%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715011600.200.380.2728.7334.359.41
HexBB9674014261B1d223b
Octal2732261640244633354273
Binary101110111001011011101000101001001101101111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9674; }

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

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

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

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

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

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

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

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