Html Css Color HEX #BD888A Puce

📋 copy color: '#BD888A'

red 189 ◦ green 136 ◦ blue 138

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

Shades of Puce #BD888A

Tints of Puce #BD888A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 40.82%
G = 29.37%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD888A (or 0xBD888A) is known color: Puce. HEX triplet: BD, 88 and 8A. RGB value is (189,136,138). Sum of RGB (Red+Green+Blue) = 189+136+138=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD888A is #427775. Grayscale: #989898. Windows color (decimal): -4355958 or 9078973. OLE color: 9078973.

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

Color convert

RGB 189 136 138 -
CMYK 0 0.28 0.27 0.26
HSL 357.74º 0.29% 0.64% -
HSV(B) 357.74º 0.28% 0.74% -
XYZ 34.38 30.26 28.07 -
YUV 152.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 189 136 138 0 0.28 0.27 0.26 357.74 0.29 0.64
Hex BD 88 8A 0 1C 1B 1A 166 1D 40
Octal 275 210 212 0 34 33 32 546 35 100
Binary 10111101 10001000 10001010 0 11100 11011 11010 101100110 11101 1000000

Color Harmonies of #BD888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD888A

Black with #BD888A

Text Example


Text Example

White with #BD888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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