#BC8781

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

Shades of Oriental Pink #BC8781

Tints of Oriental Pink #BC8781

Color information

#BC8781 (or 0xBC8781) is unknown color: approx Oriental Pink. HEX triplet: BC, 87 and 81. RGB value is (188,135,129). Sum of RGB (Red+Green+Blue) = 188+135+129=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8781 is #43787E. Grayscale: #969696. Windows color (decimal): -4421759 or 8488892. OLE color: 8488892.

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

Color convert

RGB188135129-
CMYK00.280.310.26
HSL6.1º30.57%62.16%-
HSV(B)6.1º31.38%73.73%-
XYZ33.3729.624.72-
YUV150.16116.06154.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 129 (50.78% from 255) = 28.54%
R=41.59%
G=29.87%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813512900.280.310.266.130.5762.16
HexBC878101C1F1A61f3e
Octal274207201034373263776
Binary101111001000011110000001011100111111101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8781; }

 p { color: rgb(188,135,129); }

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

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

 a { background-color: rgb(188,135,129); }

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

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

 span { border-color: rgb(188,135,129); }

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