#BF8F89

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

Shades of Oriental Pink #BF8F89

Tints of Oriental Pink #BF8F89

Color information

#BF8F89 (or 0xBF8F89) is unknown color: approx Oriental Pink. HEX triplet: BF, 8F and 89. RGB value is (191,143,137). Sum of RGB (Red+Green+Blue) = 191+143+137=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F89 is #407076. Grayscale: #9C9C9C. Windows color (decimal): -4223095 or 9015231. OLE color: 9015231.

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

Color convert

RGB191143137-
CMYK00.250.280.25
HSL6.67º29.67%64.31%-
HSV(B)6.67º28.27%74.9%-
XYZ35.8232.5328.06-
YUV156.67116.9152.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=40.55%
G=30.36%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114313700.250.280.256.6729.6764.31
HexBF8F890191C1971e40
Octal2772172110313431736100
Binary1011111110001111100010010110011110011001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F89; }

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

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

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

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

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

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

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

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