#B89E88

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

Shades of Pale Taupe #B89E88

Tints of Pale Taupe #B89E88

Color information

#B89E88 (or 0xB89E88) is unknown color: approx Pale Taupe. HEX triplet: B8, 9E and 88. RGB value is (184,158,136). Sum of RGB (Red+Green+Blue) = 184+158+136=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89E88 is #476177. Grayscale: #A3A3A3. Windows color (decimal): -4678008 or 8953528. OLE color: 8953528.

HSL color Cylindrical-coordinate representation of color #B89E88: hue angle of 27.5º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89E88 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB184158136-
CMYK00.140.260.28
HSL27.5º25.26%62.75%-
HSV(B)27.5º26.09%72.16%-
XYZ36.4436.4228.4-
YUV163.27112.61142.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 158 (62.11% from 255) = 33.05%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=38.49%
G=33.05%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415813600.140.260.2827.525.2662.75
HexB89E880E1A1C1c193f
Octal2702362100163234343177
Binary1011100010011110100010000111011010111001110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E88; }

 p { color: rgb(184,158,136); }

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

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

 a { background-color: rgb(184,158,136); }

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

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

 span { border-color: rgb(184,158,136); }

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