#BF8E84

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

Shades of Oriental Pink #BF8E84

Tints of Oriental Pink #BF8E84

Color information

#BF8E84 (or 0xBF8E84) is unknown color: approx Oriental Pink. HEX triplet: BF, 8E and 84. RGB value is (191,142,132). Sum of RGB (Red+Green+Blue) = 191+142+132=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8E84 is #40717B. Grayscale: #9B9B9B. Windows color (decimal): -4223356 or 8687295. OLE color: 8687295.

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

Color convert

RGB191142132-
CMYK00.260.310.25
HSL10.17º31.55%63.33%-
HSV(B)10.17º30.89%74.9%-
XYZ35.3232.0926.16-
YUV155.51114.73153.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=41.08%
G=30.54%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114213200.260.310.2510.1731.5563.33
HexBF8E8401A1F19a203f
Octal2772162040323731124077
Binary10111111100011101000010001101011111110011010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E84; }

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

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

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

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

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

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

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

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