Html Css Color HEX #BD8391 Puce

📋 copy color: '#BD8391'

red 189 ◦ green 131 ◦ blue 145

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

Shades of Puce #BD8391

Tints of Puce #BD8391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.18%

R = 40.65%
G = 28.17%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD8391 (or 0xBD8391) is known color: Puce. HEX triplet: BD, 83 and 91. RGB value is (189,131,145). Sum of RGB (Red+Green+Blue) = 189+131+145=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8391 is #427C6E. Grayscale: #959595. Windows color (decimal): -4357231 or 9536445. OLE color: 9536445.

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

Color convert

RGB 189 131 145 -
CMYK 0 0.31 0.23 0.26
HSL 345.52º 0.31% 0.63% -
HSV(B) 345.52º 0.31% 0.74% -
XYZ 34.21 29.1 30.6 -
YUV 149.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 189 131 145 0 0.31 0.23 0.26 345.52 0.31 0.63
Hex BD 83 91 0 1F 17 1A 15A 1F 3F
Octal 275 203 221 0 37 27 32 532 37 77
Binary 10111101 10000011 10010001 0 11111 10111 11010 101011010 11111 111111

Color Harmonies of #BD8391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8391

Black with #BD8391

Text Example


Text Example

White with #BD8391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8391; }

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

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

background-color css

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

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

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

border-color css

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

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

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