#BB9679

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

Shades of Pale Taupe #BB9679

Tints of Pale Taupe #BB9679

Color information

#BB9679 (or 0xBB9679) is unknown color: approx Pale Taupe. HEX triplet: BB, 96 and 79. RGB value is (187,150,121). Sum of RGB (Red+Green+Blue) = 187+150+121=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9679 is #446986. Grayscale: #9D9D9D. Windows color (decimal): -4483463 or 7968443. OLE color: 7968443.

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

Color convert

RGB187150121-
CMYK00.200.350.27
HSL26.36º32.67%60.39%-
HSV(B)26.36º35.29%73.33%-
XYZ34.8533.7622.77-
YUV157.76107.26148.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 121 (47.66% from 255) = 26.42%
R=40.83%
G=32.75%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715012100.200.350.2726.3632.6760.39
HexBB9679014231B1a213c
Octal2732261710244333324174
Binary101110111001011011110010101001000111101111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9679; }

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

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

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

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

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

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

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

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