#BF918D

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

Shades of Oriental Pink #BF918D

Tints of Oriental Pink #BF918D

Color information

#BF918D (or 0xBF918D) is unknown color: approx Oriental Pink. HEX triplet: BF, 91 and 8D. RGB value is (191,145,141). Sum of RGB (Red+Green+Blue) = 191+145+141=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF918D is #406E72. Grayscale: #9E9E9E. Windows color (decimal): -4222579 or 9277887. OLE color: 9277887.

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

Color convert

RGB191145141-
CMYK00.240.260.25
HSL4.8º28.09%65.1%-
HSV(B)4.8º26.18%74.9%-
XYZ36.4233.2529.7-
YUV158.3118.24151.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=40.04%
G=30.40%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114514100.240.260.254.828.0965.1
HexBF918D0181A1951c41
Octal2772212150303231534101
Binary1011111110010001100011010110001101011001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF918D; }

 p { color: rgb(191,145,141); }

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

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

 a { background-color: rgb(191,145,141); }

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

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

 span { border-color: rgb(191,145,141); }

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