#BD848C

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

Shades of Puce #BD848C

Tints of Puce #BD848C

Color information

#BD848C (or 0xBD848C) is unknown color: approx Puce. HEX triplet: BD, 84 and 8C. RGB value is (189,132,140). Sum of RGB (Red+Green+Blue) = 189+132+140=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD848C is #427B73. Grayscale: #959595. Windows color (decimal): -4356980 or 9209021. OLE color: 9209021.

HSL color Cylindrical-coordinate representation of color #BD848C: hue angle of 351.58º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD848C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB189132140-
CMYK00.300.260.26
HSL351.58º30.16%62.94%-
HSV(B)351.58º30.16%74.12%-
XYZ33.9729.2128.66-
YUV149.96122.38155.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=41.00%
G=28.63%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913214000.300.260.26351.5830.1662.94
HexBD848C01E1A1A1601e3f
Octal27520421403632325403677
Binary101111011000010010001100011110110101101010110000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD848C; }

 p { color: rgb(189,132,140); }

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

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

 a { background-color: rgb(189,132,140); }

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

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

 span { border-color: rgb(189,132,140); }

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