Html Css Color HEX #BD888D Puce

📋 copy color: '#BD888D'

red 189 ◦ green 136 ◦ blue 141

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

Shades of Puce #BD888D

Tints of Puce #BD888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.18%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 40.56%
G = 29.18%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD888D (or 0xBD888D) is known color: Puce. HEX triplet: BD, 88 and 8D. RGB value is (189,136,141). Sum of RGB (Red+Green+Blue) = 189+136+141=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD888D is #427772. Grayscale: #989898. Windows color (decimal): -4355955 or 9275581. OLE color: 9275581.

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

Color convert

RGB 189 136 141 -
CMYK 0 0.28 0.25 0.26
HSL 354.34º 0.29% 0.64% -
HSV(B) 354.34º 0.28% 0.74% -
XYZ 34.6 30.35 29.23 -
YUV 152.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 189 136 141 0 0.28 0.25 0.26 354.34 0.29 0.64
Hex BD 88 8D 0 1C 19 1A 162 1D 40
Octal 275 210 215 0 34 31 32 542 35 100
Binary 10111101 10001000 10001101 0 11100 11001 11010 101100010 11101 1000000

Color Harmonies of #BD888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD888D

Black with #BD888D

Text Example


Text Example

White with #BD888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD888D; }

 p { color: rgb(189,136,141); }

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

background-color css

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

 a { background-color: rgb(189,136,141); }

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

border-color css

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

 span { border-color: rgb(189,136,141); }

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