Html Css Color HEX #BD898C Puce

📋 copy color: '#BD898C'

red 189 ◦ green 137 ◦ blue 140

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

Shades of Puce #BD898C

Tints of Puce #BD898C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.4%

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

R = 40.56%
G = 29.4%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD898C (or 0xBD898C) is known color: Puce. HEX triplet: BD, 89 and 8C. RGB value is (189,137,140). Sum of RGB (Red+Green+Blue) = 189+137+140=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD898C is #427673. Grayscale: #989898. Windows color (decimal): -4355700 or 9210301. OLE color: 9210301.

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

Color convert

RGB 189 137 140 -
CMYK 0 0.28 0.26 0.26
HSL 356.54º 0.28% 0.64% -
HSV(B) 356.54º 0.28% 0.74% -
XYZ 34.67 30.6 28.89 -
YUV 152.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 189 137 140 0 0.28 0.26 0.26 356.54 0.28 0.64
Hex BD 89 8C 0 1C 1A 1A 165 1C 40
Octal 275 211 214 0 34 32 32 545 34 100
Binary 10111101 10001001 10001100 0 11100 11010 11010 101100101 11100 1000000

Color Harmonies of #BD898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD898C

Black with #BD898C

Text Example


Text Example

White with #BD898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD898C; }

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

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

background-color css

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

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

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

border-color css

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

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

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