Html Css Color HEX #BD878C Puce

📋 copy color: '#BD878C'

red 189 ◦ green 135 ◦ blue 140

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

Shades of Puce #BD878C

Tints of Puce #BD878C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.09%

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 40.73%
G = 29.09%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD878C (or 0xBD878C) is known color: Puce. HEX triplet: BD, 87 and 8C. RGB value is (189,135,140). Sum of RGB (Red+Green+Blue) = 189+135+140=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD878C is #427873. Grayscale: #979797. Windows color (decimal): -4356212 or 9209789. OLE color: 9209789.

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

Color convert

RGB 189 135 140 -
CMYK 0 0.29 0.26 0.26
HSL 354.44º 0.29% 0.64% -
HSV(B) 354.44º 0.29% 0.74% -
XYZ 34.38 30.04 28.8 -
YUV 151.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 189 135 140 0 0.29 0.26 0.26 354.44 0.29 0.64
Hex BD 87 8C 0 1D 1A 1A 162 1D 40
Octal 275 207 214 0 35 32 32 542 35 100
Binary 10111101 10000111 10001100 0 11101 11010 11010 101100010 11101 1000000

Color Harmonies of #BD878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD878C

Black with #BD878C

Text Example


Text Example

White with #BD878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD878C; }

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

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

background-color css

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

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

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

border-color css

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

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

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