Html Css Color HEX #BD8387 Puce

📋 copy color: '#BD8387'

red 189 ◦ green 131 ◦ blue 135

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

Shades of Puce #BD8387

Tints of Puce #BD8387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.67%

R = 41.54%
G = 28.79%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD8387 (or 0xBD8387) is known color: Puce. HEX triplet: BD, 83 and 87. RGB value is (189,131,135). Sum of RGB (Red+Green+Blue) = 189+131+135=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8387 is #427C78. Grayscale: #949494. Windows color (decimal): -4357241 or 8881085. OLE color: 8881085.

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

Color convert

RGB 189 131 135 -
CMYK 0 0.31 0.29 0.26
HSL 355.86º 0.31% 0.63% -
HSV(B) 355.86º 0.31% 0.74% -
XYZ 33.48 28.8 26.72 -
YUV 148.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 189 131 135 0 0.31 0.29 0.26 355.86 0.31 0.63
Hex BD 83 87 0 1F 1D 1A 164 1F 3F
Octal 275 203 207 0 37 35 32 544 37 77
Binary 10111101 10000011 10000111 0 11111 11101 11010 101100100 11111 111111

Color Harmonies of #BD8387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8387

Black with #BD8387

Text Example


Text Example

White with #BD8387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8387; }

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

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

background-color css

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

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

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

border-color css

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

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

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