Html Css Color HEX #BD898D Puce

📋 copy color: '#BD898D'

red 189 ◦ green 137 ◦ blue 141

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

Shades of Puce #BD898D

Tints of Puce #BD898D

RGB

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

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

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

R = 40.47%
G = 29.34%
B = 30.19%

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

#BD898D (or 0xBD898D) is known color: Puce. HEX triplet: BD, 89 and 8D. RGB value is (189,137,141). Sum of RGB (Red+Green+Blue) = 189+137+141=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD898D is #427672. Grayscale: #999999. Windows color (decimal): -4355699 or 9275837. OLE color: 9275837.

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

Color convert

RGB 189 137 141 -
CMYK 0 0.28 0.25 0.26
HSL 355.38º 0.28% 0.64% -
HSV(B) 355.38º 0.28% 0.74% -
XYZ 34.74 30.63 29.28 -
YUV 153 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 189 137 141 0 0.28 0.25 0.26 355.38 0.28 0.64
Hex BD 89 8D 0 1C 19 1A 163 1C 40
Octal 275 211 215 0 34 31 32 543 34 100
Binary 10111101 10001001 10001101 0 11100 11001 11010 101100011 11100 1000000

Color Harmonies of #BD898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD898D

Black with #BD898D

Text Example


Text Example

White with #BD898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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