#BC8682

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

Shades of Oriental Pink #BC8682

Tints of Oriental Pink #BC8682

Color information

#BC8682 (or 0xBC8682) is unknown color: approx Oriental Pink. HEX triplet: BC, 86 and 82. RGB value is (188,134,130). Sum of RGB (Red+Green+Blue) = 188+134+130=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8682 is #43797D. Grayscale: #959595. Windows color (decimal): -4422014 or 8554172. OLE color: 8554172.

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

Color convert

RGB188134130-
CMYK00.290.310.26
HSL4.14º30.21%62.35%-
HSV(B)4.14º30.85%73.73%-
XYZ33.2929.3525.03-
YUV149.69116.89155.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=41.59%
G=29.65%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813413000.290.310.264.1430.2162.35
HexBC868201D1F1A41e3e
Octal274206202035373243676
Binary101111001000011010000010011101111111101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8682; }

 p { color: rgb(188,134,130); }

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

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

 a { background-color: rgb(188,134,130); }

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

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

 span { border-color: rgb(188,134,130); }

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