#BF8E87

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

Shades of Oriental Pink #BF8E87

Tints of Oriental Pink #BF8E87

Color information

#BF8E87 (or 0xBF8E87) is unknown color: approx Oriental Pink. HEX triplet: BF, 8E and 87. RGB value is (191,142,135). Sum of RGB (Red+Green+Blue) = 191+142+135=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8E87 is #407178. Grayscale: #9B9B9B. Windows color (decimal): -4223353 or 8883903. OLE color: 8883903.

HSL color Cylindrical-coordinate representation of color #BF8E87: hue angle of 7.5º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8E87 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB191142135-
CMYK00.260.290.25
HSL7.5º30.43%63.92%-
HSV(B)7.5º29.32%74.9%-
XYZ35.5332.1727.26-
YUV155.85116.23153.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 135 (53.12% from 255) = 28.85%
R=40.81%
G=30.34%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114213500.260.290.257.530.4363.92
HexBF8E8701A1D1981e40
Octal27721620703235311036100
Binary10111111100011101000011101101011101110011000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E87; }

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

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

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

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

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

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

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

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