Html Css Color HEX #BD838D Puce

📋 copy color: '#BD838D'

red 189 ◦ green 131 ◦ blue 141

#BD838D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puce #BD838D

Tints of Puce #BD838D

RGB

 RED value IS 189 (74.22% from 255) = 41%

 GREEN value IS 131 (51.56% from 255) = 28.42%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 41%
G = 28.42%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD838D (or 0xBD838D) is known color: 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

RGB 189 131 141 -
CMYK 0 0.31 0.25 0.26
HSL 349.66º 0.31% 0.63% -
HSV(B) 349.66º 0.31% 0.74% -
XYZ 33.91 28.97 29 -
YUV 149.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 189 131 141 0 0.31 0.25 0.26 349.66 0.31 0.63
Hex BD 83 8D 0 1F 19 1A 15E 1F 3F
Octal 275 203 215 0 37 31 32 536 37 77
Binary 10111101 10000011 10001101 0 11111 11001 11010 101011110 11111 111111

Color Harmonies of #BD838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD838D

Black with #BD838D

Text Example


Text Example

White with #BD838D

Text Example


Text Example

HTML Codes & Css Web 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>