#BF8B80

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

Shades of Oriental Pink #BF8B80

Tints of Oriental Pink #BF8B80

Color information

#BF8B80 (or 0xBF8B80) is unknown color: approx Oriental Pink. HEX triplet: BF, 8B and 80. RGB value is (191,139,128). Sum of RGB (Red+Green+Blue) = 191+139+128=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8B80 is #40747F. Grayscale: #999999. Windows color (decimal): -4224128 or 8424383. OLE color: 8424383.

HSL color Cylindrical-coordinate representation of color #BF8B80: hue angle of 10.48º 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 #BF8B80 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB191139128-
CMYK00.270.330.25
HSL10.48º32.98%62.55%-
HSV(B)10.48º32.98%74.9%-
XYZ34.6131.124.6-
YUV153.29113.73154.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=41.70%
G=30.35%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113912800.270.330.2510.4832.9862.55
HexBF8B8001B2119a213f
Octal2772132000334131124177
Binary101111111000101110000000011011100001110011010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B80; }

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

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

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

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

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

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

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

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