#BB9B7F

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

Shades of Pale Taupe #BB9B7F

Tints of Pale Taupe #BB9B7F

Color information

#BB9B7F (or 0xBB9B7F) is unknown color: approx Pale Taupe. HEX triplet: BB, 9B and 7F. RGB value is (187,155,127). Sum of RGB (Red+Green+Blue) = 187+155+127=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9B7F is #446480. Grayscale: #A1A1A1. Windows color (decimal): -4482177 or 8362939. OLE color: 8362939.

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

Color convert

RGB187155127-
CMYK00.170.320.27
HSL28º30.61%61.57%-
HSV(B)28º32.09%73.33%-
XYZ36.0535.5425.04-
YUV161.38108.6146.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 127 (50% from 255) = 27.08%
R=39.87%
G=33.05%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715512700.170.320.272830.6161.57
HexBB9B7F011201B1c1f3e
Octal2732331770214033343776
Binary10111011100110111111111010001100000110111110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B7F; }

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

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

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

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

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

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

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

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