#BB8B6F

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

Shades of Pale Taupe #BB8B6F

Tints of Pale Taupe #BB8B6F

Color information

#BB8B6F (or 0xBB8B6F) is unknown color: approx Pale Taupe. HEX triplet: BB, 8B and 6F. RGB value is (187,139,111). Sum of RGB (Red+Green+Blue) = 187+139+111=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B6F is #447490. Grayscale: #969696. Windows color (decimal): -4486289 or 7310267. OLE color: 7310267.

HSL color Cylindrical-coordinate representation of color #BB8B6F: hue angle of 22.11º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB8B6F is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187139111-
CMYK00.260.410.27
HSL22.11º35.85%58.43%-
HSV(B)22.11º40.64%73.33%-
XYZ32.630.1819.15-
YUV150.16105.9154.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 111 (43.75% from 255) = 25.40%
R=42.79%
G=31.81%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713911100.260.410.2722.1135.8558.43
HexBB8B6F01A291B16243a
Octal2732131570325133264472
Binary101110111000101111011110110101010011101110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B6F; }

 p { color: rgb(187,139,111); }

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

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

 a { background-color: rgb(187,139,111); }

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

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

 span { border-color: rgb(187,139,111); }

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