#BB8E7A

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

Shades of Pale Taupe #BB8E7A

Tints of Pale Taupe #BB8E7A

Color information

#BB8E7A (or 0xBB8E7A) is unknown color: approx Pale Taupe. HEX triplet: BB, 8E and 7A. RGB value is (187,142,122). Sum of RGB (Red+Green+Blue) = 187+142+122=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E7A is #447185. Grayscale: #999999. Windows color (decimal): -4485510 or 8031931. OLE color: 8031931.

HSL color Cylindrical-coordinate representation of color #BB8E7A: hue angle of 18.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 #BB8E7A is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187142122-
CMYK00.240.350.27
HSL18.46º32.34%60.59%-
HSV(B)18.46º34.76%73.33%-
XYZ33.6831.3222.68-
YUV153.18110.41152.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=41.46%
G=31.49%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714212200.240.350.2718.4632.3460.59
HexBB8E7A018231B12203d
Octal2732161720304333224075
Binary101110111000111011110100110001000111101110010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E7A; }

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

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

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

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

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

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

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

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