Html Css Color HEX #BD898A Puce

📋 copy color: '#BD898A'

red 189 ◦ green 137 ◦ blue 138

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

Shades of Puce #BD898A

Tints of Puce #BD898A

RGB

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

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

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

R = 40.73%
G = 29.53%
B = 29.74%

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

#BD898A (or 0xBD898A) is known color: Puce. HEX triplet: BD, 89 and 8A. RGB value is (189,137,138). Sum of RGB (Red+Green+Blue) = 189+137+138=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD898A is #427675. Grayscale: #989898. Windows color (decimal): -4355702 or 9079229. OLE color: 9079229.

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

Color convert

RGB 189 137 138 -
CMYK 0 0.28 0.27 0.26
HSL 358.85º 0.28% 0.64% -
HSV(B) 358.85º 0.28% 0.74% -
XYZ 34.52 30.55 28.12 -
YUV 152.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 189 137 138 0 0.28 0.27 0.26 358.85 0.28 0.64
Hex BD 89 8A 0 1C 1B 1A 167 1C 40
Octal 275 211 212 0 34 33 32 547 34 100
Binary 10111101 10001001 10001010 0 11100 11011 11010 101100111 11100 1000000

Color Harmonies of #BD898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD898A

Black with #BD898A

Text Example


Text Example

White with #BD898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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