#BD8E87

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

Shades of Oriental Pink #BD8E87

Tints of Oriental Pink #BD8E87

Color information

#BD8E87 (or 0xBD8E87) is unknown color: approx Oriental Pink. HEX triplet: BD, 8E and 87. RGB value is (189,142,135). Sum of RGB (Red+Green+Blue) = 189+142+135=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8E87 is #427178. Grayscale: #9B9B9B. Windows color (decimal): -4354425 or 8883901. OLE color: 8883901.

HSL color Cylindrical-coordinate representation of color #BD8E87: hue angle of 7.78º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD8E87 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB189142135-
CMYK00.250.290.26
HSL7.78º29.03%63.53%-
HSV(B)7.78º28.57%74.12%-
XYZ35.0331.9127.24-
YUV155.26116.57152.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 135 (53.12% from 255) = 28.97%
R=40.56%
G=30.47%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914213500.250.290.267.7829.0363.53
HexBD8E870191D1A81d40
Octal27521620703135321035100
Binary10111101100011101000011101100111101110101000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8E87; }

 p { color: rgb(189,142,135); }

 H1.HeaderClassName
 {
   color: #BD8E87;
 }
 .AnyTagClassName
 {
   color: #BD8E87;
 }
</style>
background-color css

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

 a { background-color: rgb(189,142,135); }

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

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

 span { border-color: rgb(189,142,135); }

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