#BF8E89

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

Shades of Oriental Pink #BF8E89

Tints of Oriental Pink #BF8E89

Color information

#BF8E89 (or 0xBF8E89) is unknown color: approx Oriental Pink. HEX triplet: BF, 8E and 89. RGB value is (191,142,137). Sum of RGB (Red+Green+Blue) = 191+142+137=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8E89 is #407176. Grayscale: #9C9C9C. Windows color (decimal): -4223351 or 9014975. OLE color: 9014975.

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

Color convert

RGB191142137-
CMYK00.260.280.25
HSL5.56º29.67%64.31%-
HSV(B)5.56º28.27%74.9%-
XYZ35.6732.2328.01-
YUV156.08117.23152.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=40.64%
G=30.21%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114213700.260.280.255.5629.6764.31
HexBF8E8901A1C1961e40
Octal2772162110323431636100
Binary1011111110001110100010010110101110011001110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E89; }

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

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

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

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

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

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

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

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