#B9838E

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

Shades of Puce #B9838E

Tints of Puce #B9838E

Color information

#B9838E (or 0xB9838E) is unknown color: approx Puce. HEX triplet: B9, 83 and 8E. RGB value is (185,131,142). Sum of RGB (Red+Green+Blue) = 185+131+142=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9838E is #467C71. Grayscale: #949494. Windows color (decimal): -4619378 or 9339833. OLE color: 9339833.

HSL color Cylindrical-coordinate representation of color #B9838E: hue angle of 347.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9838E is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB185131142-
CMYK00.290.230.27
HSL347.78º27.84%61.96%-
HSV(B)347.78º29.19%72.55%-
XYZ33.0128.529.35-
YUV148.4124.39154.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=40.39%
G=28.60%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513114200.290.230.27347.7827.8461.96
HexB9838E01D171B15c1c3e
Octal27120321603527335343476
Binary101110011000001110001110011101101111101110101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9838E; }

 p { color: rgb(185,131,142); }

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

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

 a { background-color: rgb(185,131,142); }

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

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

 span { border-color: rgb(185,131,142); }

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