#BD838A

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

Shades of Puce #BD838A

Tints of Puce #BD838A

Color information

#BD838A (or 0xBD838A) is unknown color: approx Puce. HEX triplet: BD, 83 and 8A. RGB value is (189,131,138). Sum of RGB (Red+Green+Blue) = 189+131+138=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD838A is #427C75. Grayscale: #959595. Windows color (decimal): -4357238 or 9077693. OLE color: 9077693.

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

Color convert

RGB189131138-
CMYK00.310.270.26
HSL352.76º30.53%62.75%-
HSV(B)352.76º30.69%74.12%-
XYZ33.6928.8927.84-
YUV149.14121.72156.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=41.27%
G=28.60%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913113800.310.270.26352.7630.5362.75
HexBD838A01F1B1A1611f3f
Octal27520321203733325413777
Binary101111011000001110001010011111110111101010110000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD838A; }

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

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

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

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

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

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

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

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