#B8858B

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

Shades of Puce #B8858B

Tints of Puce #B8858B

Color information

#B8858B (or 0xB8858B) is unknown color: approx Puce. HEX triplet: B8, 85 and 8B. RGB value is (184,133,139). Sum of RGB (Red+Green+Blue) = 184+133+139=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B8858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8858B is #477A74. Grayscale: #949494. Windows color (decimal): -4684405 or 9143736. OLE color: 9143736.

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

Color convert

RGB184133139-
CMYK00.280.240.28
HSL352.94º26.42%62.16%-
HSV(B)352.94º27.72%72.16%-
XYZ32.8128.8328.26-
YUV148.93122.4153.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=40.35%
G=29.17%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413313900.280.240.28352.9426.4262.16
HexB8858B01C181C1611a3e
Octal27020521303430345413276
Binary101110001000010110001011011100110001110010110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8858B; }

 p { color: rgb(184,133,139); }

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

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

 a { background-color: rgb(184,133,139); }

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

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

 span { border-color: rgb(184,133,139); }

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