#B89680

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

Shades of Pale Taupe #B89680

Tints of Pale Taupe #B89680

Color information

#B89680 (or 0xB89680) is unknown color: approx Pale Taupe. HEX triplet: B8, 96 and 80. RGB value is (184,150,128). Sum of RGB (Red+Green+Blue) = 184+150+128=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B89680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89680 is #47697F. Grayscale: #9D9D9D. Windows color (decimal): -4680064 or 8427192. OLE color: 8427192.

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

Color convert

RGB184150128-
CMYK00.180.300.28
HSL23.57º28.28%61.18%-
HSV(B)23.57º30.43%72.16%-
XYZ34.5733.5625.08-
YUV157.66111.26146.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 150 (58.98% from 255) = 32.47%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=39.83%
G=32.47%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415012800.180.300.2823.5728.2861.18
HexB896800121E1C181c3d
Octal2702262000223634303475
Binary10111000100101101000000001001011110111001100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89680; }

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

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

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

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

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

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

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

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