#B78788

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

Shades of Puce #B78788

Tints of Puce #B78788

Color information

#B78788 (or 0xB78788) is unknown color: approx Puce. HEX triplet: B7, 87 and 88. RGB value is (183,135,136). Sum of RGB (Red+Green+Blue) = 183+135+136=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B78788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78788 is #487877. Grayscale: #959595. Windows color (decimal): -4749432 or 8947639. OLE color: 8947639.

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

Color convert

RGB183135136-
CMYK00.260.260.28
HSL358.75º25%62.35%-
HSV(B)358.75º26.23%71.76%-
XYZ32.6429.1727.2-
YUV149.47120.4151.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=40.31%
G=29.74%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313513600.260.260.28358.752562.35
HexB7878801A1A1C167193e
Octal26720721003232345473176
Binary101101111000011110001000011010110101110010110011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78788; }

 p { color: rgb(183,135,136); }

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

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

 a { background-color: rgb(183,135,136); }

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

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

 span { border-color: rgb(183,135,136); }

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