#BF8F88

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

Shades of Oriental Pink #BF8F88

Tints of Oriental Pink #BF8F88

Color information

#BF8F88 (or 0xBF8F88) is unknown color: approx Oriental Pink. HEX triplet: BF, 8F and 88. RGB value is (191,143,136). Sum of RGB (Red+Green+Blue) = 191+143+136=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F88 is #407077. Grayscale: #9C9C9C. Windows color (decimal): -4223096 or 8949695. OLE color: 8949695.

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

Color convert

RGB191143136-
CMYK00.250.290.25
HSL7.64º30.05%64.12%-
HSV(B)7.64º28.8%74.9%-
XYZ35.7532.527.68-
YUV156.55116.4152.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=40.64%
G=30.43%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114313600.250.290.257.6430.0564.12
HexBF8F880191D1981e40
Octal27721721003135311036100
Binary10111111100011111000100001100111101110011000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F88; }

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

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

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

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

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

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

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

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