Html Css Color HEX #BD8687 Puce

📋 copy color: '#BD8687'

red 189 ◦ green 134 ◦ blue 135

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

Shades of Puce #BD8687

Tints of Puce #BD8687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.26%

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

R = 41.27%
G = 29.26%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD8687 (or 0xBD8687) is known color: Puce. HEX triplet: BD, 86 and 87. RGB value is (189,134,135). Sum of RGB (Red+Green+Blue) = 189+134+135=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8687 is #427978. Grayscale: #969696. Windows color (decimal): -4356473 or 8881853. OLE color: 8881853.

HSL color Cylindrical-coordinate representation of color #BD8687: hue angle of 358.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD8687 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 134 135 -
CMYK 0 0.29 0.29 0.26
HSL 358.91º 0.29% 0.63% -
HSV(B) 358.91º 0.29% 0.74% -
XYZ 33.88 29.62 26.85 -
YUV 150.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 189 134 135 0 0.29 0.29 0.26 358.91 0.29 0.63
Hex BD 86 87 0 1D 1D 1A 167 1D 3F
Octal 275 206 207 0 35 35 32 547 35 77
Binary 10111101 10000110 10000111 0 11101 11101 11010 101100111 11101 111111

Color Harmonies of #BD8687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8687

Black with #BD8687

Text Example


Text Example

White with #BD8687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8687; }

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

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

background-color css

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

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

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

border-color css

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

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

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