#BD838D

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

Shades of Puce #BD838D

Tints of Puce #BD838D

Color information

#BD838D (or 0xBD838D) is unknown color: approx Puce. HEX triplet: BD, 83 and 8D. RGB value is (189,131,141). Sum of RGB (Red+Green+Blue) = 189+131+141=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD838D is #427C72. Grayscale: #959595. Windows color (decimal): -4357235 or 9274301. OLE color: 9274301.

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

Color convert

RGB189131141-
CMYK00.310.250.26
HSL349.66º30.53%62.75%-
HSV(B)349.66º30.69%74.12%-
XYZ33.9128.9729-
YUV149.48123.22156.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=41.00%
G=28.42%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913114100.310.250.26349.6630.5362.75
HexBD838D01F191A15e1f3f
Octal27520321503731325363777
Binary101111011000001110001101011111110011101010101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD838D; }

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

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

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

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

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

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

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

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