#BB9B7A

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

Shades of Pale Taupe #BB9B7A

Tints of Pale Taupe #BB9B7A

Color information

#BB9B7A (or 0xBB9B7A) is unknown color: approx Pale Taupe. HEX triplet: BB, 9B and 7A. RGB value is (187,155,122). Sum of RGB (Red+Green+Blue) = 187+155+122=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9B7A is #446485. Grayscale: #A0A0A0. Windows color (decimal): -4482182 or 8035259. OLE color: 8035259.

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

Color convert

RGB187155122-
CMYK00.170.350.27
HSL30.46º32.34%60.59%-
HSV(B)30.46º34.76%73.33%-
XYZ35.7335.4123.36-
YUV160.81106.1146.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=40.30%
G=33.41%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715512200.170.350.2730.4632.3460.59
HexBB9B7A011231B1e203d
Octal2732331720214333364075
Binary101110111001101111110100100011000111101111110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B7A; }

 p { color: rgb(187,155,122); }

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

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

 a { background-color: rgb(187,155,122); }

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

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

 span { border-color: rgb(187,155,122); }

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