#BD8987

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

Shades of Oriental Pink #BD8987

Tints of Oriental Pink #BD8987

Color information

#BD8987 (or 0xBD8987) is unknown color: approx Oriental Pink. HEX triplet: BD, 89 and 87. RGB value is (189,137,135). Sum of RGB (Red+Green+Blue) = 189+137+135=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8987 is #427678. Grayscale: #989898. Windows color (decimal): -4355705 or 8882621. OLE color: 8882621.

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

Color convert

RGB189137135-
CMYK00.280.290.26
HSL2.22º29.03%63.53%-
HSV(B)2.22º28.57%74.12%-
XYZ34.3130.4626.99-
YUV152.32118.23154.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 135 (53.12% from 255) = 29.28%
R=41.00%
G=29.72%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913713500.280.290.262.2229.0363.53
HexBD898701C1D1A21d40
Octal2752112070343532235100
Binary101111011000100110000111011100111011101010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8987; }

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

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

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

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

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

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

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

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