#BF8685

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

Shades of Oriental Pink #BF8685

Tints of Oriental Pink #BF8685

Color information

#BF8685 (or 0xBF8685) is unknown color: approx Oriental Pink. HEX triplet: BF, 86 and 85. RGB value is (191,134,133). Sum of RGB (Red+Green+Blue) = 191+134+133=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8685 is #40797A. Grayscale: #969696. Windows color (decimal): -4225403 or 8750783. OLE color: 8750783.

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

Color convert

RGB191134133-
CMYK00.300.300.25
HSL1.03º31.18%63.53%-
HSV(B)1.03º30.37%74.9%-
XYZ34.2429.8226.14-
YUV150.93117.88156.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=41.70%
G=29.26%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113413300.300.300.251.0331.1863.53
HexBF868501E1E1911f40
Octal2772062050363631137100
Binary10111111100001101000010101111011110110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8685; }

 p { color: rgb(191,134,133); }

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

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

 a { background-color: rgb(191,134,133); }

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

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

 span { border-color: rgb(191,134,133); }

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