#BF8F80

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

Shades of Oriental Pink #BF8F80

Tints of Oriental Pink #BF8F80

Color information

#BF8F80 (or 0xBF8F80) is unknown color: approx Oriental Pink. HEX triplet: BF, 8F and 80. RGB value is (191,143,128). Sum of RGB (Red+Green+Blue) = 191+143+128=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F80 is #40707F. Grayscale: #9B9B9B. Windows color (decimal): -4223104 or 8425407. OLE color: 8425407.

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

Color convert

RGB191143128-
CMYK00.250.330.25
HSL14.29º32.98%62.55%-
HSV(B)14.29º32.98%74.9%-
XYZ35.232.2824.8-
YUV155.64112.4153.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=41.34%
G=30.95%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114312800.250.330.2514.2932.9862.55
HexBF8F800192119e213f
Octal2772172000314131164177
Binary101111111000111110000000011001100001110011110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F80; }

 p { color: rgb(191,143,128); }

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

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

 a { background-color: rgb(191,143,128); }

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

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

 span { border-color: rgb(191,143,128); }

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