#BF8C89

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

Shades of Oriental Pink #BF8C89

Tints of Oriental Pink #BF8C89

Color information

#BF8C89 (or 0xBF8C89) is unknown color: approx Oriental Pink. HEX triplet: BF, 8C and 89. RGB value is (191,140,137). Sum of RGB (Red+Green+Blue) = 191+140+137=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C89 is #407376. Grayscale: #9A9A9A. Windows color (decimal): -4223863 or 9014463. OLE color: 9014463.

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

Color convert

RGB191140137-
CMYK00.270.280.25
HSL3.33º29.67%64.31%-
HSV(B)3.33º28.27%74.9%-
XYZ35.3831.6427.91-
YUV154.91117.9153.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 140 (55.08% from 255) = 29.91%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=40.81%
G=29.91%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114013700.270.280.253.3329.6764.31
HexBF8C8901B1C1931e40
Octal2772142110333431336100
Binary101111111000110010001001011011111001100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C89; }

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

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

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

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

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

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

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

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