#B89675

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

Shades of Pale Taupe #B89675

Tints of Pale Taupe #B89675

Color information

#B89675 (or 0xB89675) is unknown color: approx Pale Taupe. HEX triplet: B8, 96 and 75. RGB value is (184,150,117). Sum of RGB (Red+Green+Blue) = 184+150+117=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B89675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89675 is #47698A. Grayscale: #9C9C9C. Windows color (decimal): -4680075 or 7706296. OLE color: 7706296.

HSL color Cylindrical-coordinate representation of color #B89675: hue angle of 29.55º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B89675 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB184150117-
CMYK00.180.360.28
HSL29.55º32.06%59.02%-
HSV(B)29.55º36.41%72.16%-
XYZ33.8833.2921.47-
YUV156.4105.76147.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=40.80%
G=33.26%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415011700.180.360.2829.5532.0659.02
HexB89675012241C1e203b
Octal2702261650224434364073
Binary101110001001011011101010100101001001110011110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89675; }

 p { color: rgb(184,150,117); }

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

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

 a { background-color: rgb(184,150,117); }

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

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

 span { border-color: rgb(184,150,117); }

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