#BF8F8C

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

Shades of Oriental Pink #BF8F8C

Tints of Oriental Pink #BF8F8C

Color information

#BF8F8C (or 0xBF8F8C) is unknown color: approx Oriental Pink. HEX triplet: BF, 8F and 8C. RGB value is (191,143,140). Sum of RGB (Red+Green+Blue) = 191+143+140=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F8C is #407073. Grayscale: #9D9D9D. Windows color (decimal): -4223092 or 9211839. OLE color: 9211839.

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

Color convert

RGB191143140-
CMYK00.250.270.25
HSL3.53º28.49%64.9%-
HSV(B)3.53º26.7%74.9%-
XYZ36.0432.6129.21-
YUV157.01118.4152.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=40.30%
G=30.17%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114314000.250.270.253.5328.4964.9
HexBF8F8C0191B1941c41
Octal2772172140313331434101
Binary1011111110001111100011000110011101111001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F8C; }

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

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

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

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

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

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

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

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