Html Css Color HEX #BD838F Puce

📋 copy color: '#BD838F'

red 189 ◦ green 131 ◦ blue 143

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

Shades of Puce #BD838F

Tints of Puce #BD838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.89%

R = 40.82%
G = 28.29%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD838F (or 0xBD838F) is known color: Puce. HEX triplet: BD, 83 and 8F. RGB value is (189,131,143). Sum of RGB (Red+Green+Blue) = 189+131+143=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD838F is #427C70. Grayscale: #959595. Windows color (decimal): -4357233 or 9405373. OLE color: 9405373.

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

Color convert

RGB 189 131 143 -
CMYK 0 0.31 0.24 0.26
HSL 347.59º 0.31% 0.63% -
HSV(B) 347.59º 0.31% 0.74% -
XYZ 34.06 29.03 29.8 -
YUV 149.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 189 131 143 0 0.31 0.24 0.26 347.59 0.31 0.63
Hex BD 83 8F 0 1F 18 1A 15C 1F 3F
Octal 275 203 217 0 37 30 32 534 37 77
Binary 10111101 10000011 10001111 0 11111 11000 11010 101011100 11111 111111

Color Harmonies of #BD838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD838F

Black with #BD838F

Text Example


Text Example

White with #BD838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD838F; }

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

 H1.HeaderClassName
 {
   color: #BD838F;
 }
 .AnyTagClassName
 {
   color: #BD838F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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