#BF8E81

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

Shades of Oriental Pink #BF8E81

Tints of Oriental Pink #BF8E81

Color information

#BF8E81 (or 0xBF8E81) is unknown color: approx Oriental Pink. HEX triplet: BF, 8E and 81. RGB value is (191,142,129). Sum of RGB (Red+Green+Blue) = 191+142+129=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8E81 is #40717E. Grayscale: #9B9B9B. Windows color (decimal): -4223359 or 8490687. OLE color: 8490687.

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

Color convert

RGB191142129-
CMYK00.260.320.25
HSL12.58º32.63%62.75%-
HSV(B)12.58º32.46%74.9%-
XYZ35.1232.0125.1-
YUV155.17113.23153.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 142 (55.86% from 255) = 30.74%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=41.34%
G=30.74%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114212900.260.320.2512.5832.6362.75
HexBF8E8101A2019d213f
Octal2772162010324031154177
Binary101111111000111010000001011010100000110011101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E81; }

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

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

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

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

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

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

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

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