#BD848D

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

Shades of Puce #BD848D

Tints of Puce #BD848D

Color information

#BD848D (or 0xBD848D) is unknown color: approx Puce. HEX triplet: BD, 84 and 8D. RGB value is (189,132,141). Sum of RGB (Red+Green+Blue) = 189+132+141=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD848D is #427B72. Grayscale: #969696. Windows color (decimal): -4356979 or 9274557. OLE color: 9274557.

HSL color Cylindrical-coordinate representation of color #BD848D: hue angle of 350.53º 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 #BD848D is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189132141-
CMYK00.300.250.26
HSL350.53º30.16%62.94%-
HSV(B)350.53º30.16%74.12%-
XYZ34.0529.2429.05-
YUV150.07122.88155.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=40.91%
G=28.57%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913214100.300.250.26350.5330.1662.94
HexBD848D01E191A15f1e3f
Octal27520421503631325373677
Binary101111011000010010001101011110110011101010101111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD848D; }

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

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

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

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

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

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

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

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