#BD898A

Color #BD898A Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #BD898A

Tints of Puce #BD898A

Color information

#BD898A (or 0xBD898A) is unknown color: approx 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

RGB189137138-
CMYK00.280.270.26
HSL358.85º28.26%63.92%-
HSV(B)358.85º27.51%74.12%-
XYZ34.5230.5528.12-
YUV152.66119.73153.92-

RGB Variations

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

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.30% from 255) = 29.74%
R=40.73%
G=29.53%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913713800.280.270.26358.8528.2663.92
HexBD898A01C1B1A1671c40
Octal275211212034333254734100
Binary1011110110001001100010100111001101111010101100111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>