Html Css Color HEX #BD888E Puce

📋 copy color: '#BD888E'

red 189 ◦ green 136 ◦ blue 142

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

Shades of Puce #BD888E

Tints of Puce #BD888E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.41%

R = 40.47%
G = 29.12%
B = 30.41%

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

#BD888E (or 0xBD888E) is known color: Puce. HEX triplet: BD, 88 and 8E. RGB value is (189,136,142). Sum of RGB (Red+Green+Blue) = 189+136+142=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD888E is #427771. Grayscale: #989898. Windows color (decimal): -4355954 or 9341117. OLE color: 9341117.

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

Color convert

RGB 189 136 142 -
CMYK 0 0.28 0.25 0.26
HSL 353.21º 0.29% 0.64% -
HSV(B) 353.21º 0.28% 0.74% -
XYZ 34.67 30.38 29.63 -
YUV 152.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 189 136 142 0 0.28 0.25 0.26 353.21 0.29 0.64
Hex BD 88 8E 0 1C 19 1A 161 1D 40
Octal 275 210 216 0 34 31 32 541 35 100
Binary 10111101 10001000 10001110 0 11100 11001 11010 101100001 11101 1000000

Color Harmonies of #BD888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD888E

Black with #BD888E

Text Example


Text Example

White with #BD888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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