#BD8884

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

Shades of Oriental Pink #BD8884

Tints of Oriental Pink #BD8884

Color information

#BD8884 (or 0xBD8884) is unknown color: approx Oriental Pink. HEX triplet: BD, 88 and 84. RGB value is (189,136,132). Sum of RGB (Red+Green+Blue) = 189+136+132=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8884 is #42777B. Grayscale: #979797. Windows color (decimal): -4355964 or 8685757. OLE color: 8685757.

HSL color Cylindrical-coordinate representation of color #BD8884: hue angle of 4.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8884 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189136132-
CMYK00.280.300.26
HSL4.21º30.16%62.94%-
HSV(B)4.21º30.16%74.12%-
XYZ33.9630.0925.85-
YUV151.39117.06154.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=41.36%
G=29.76%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913613200.280.300.264.2130.1662.94
HexBD888401C1E1A41e3f
Octal275210204034363243677
Binary101111011000100010000100011100111101101010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8884; }

 p { color: rgb(189,136,132); }

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

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

 a { background-color: rgb(189,136,132); }

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

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

 span { border-color: rgb(189,136,132); }

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