Html Css Color HEX #BC8E87 Oriental Pink

📋 copy color: '#BC8E87'

red 188 ◦ green 142 ◦ blue 135

#BC8E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #BC8E87

Tints of Oriental Pink #BC8E87

RGB

 RED value IS 188 (73.83% from 255) = 40.43%

 GREEN value IS 142 (55.86% from 255) = 30.54%

 BLUE value IS 135 (53.13% from 255) = 29.03%

R = 40.43%
G = 30.54%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC8E87 (or 0xBC8E87) is known color: Oriental Pink. HEX triplet: BC, 8E and 87. RGB value is (188,142,135). Sum of RGB (Red+Green+Blue) = 188+142+135=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8E87 is #437178. Grayscale: #9B9B9B. Windows color (decimal): -4419961 or 8883900. OLE color: 8883900.

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

Color convert

RGB 188 142 135 -
CMYK 0 0.24 0.28 0.26
HSL 7.92º 0.28% 0.63% -
HSV(B) 7.92º 0.28% 0.74% -
XYZ 34.79 31.79 27.22 -
YUV 154.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 188 142 135 0 0.24 0.28 0.26 7.92 0.28 0.63
Hex BC 8E 87 0 18 1C 1A 8 1C 3F
Octal 274 216 207 0 30 34 32 10 34 77
Binary 10111100 10001110 10000111 0 11000 11100 11010 1000 11100 111111

Color Harmonies of #BC8E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E87

Black with #BC8E87

Text Example


Text Example

White with #BC8E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E87; }

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

 H1.HeaderClassName
 {
   color: #BC8E87;
 }
 .AnyTagClassName
 {
   color: #BC8E87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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