#BF948E

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

Shades of Oriental Pink #BF948E

Tints of Oriental Pink #BF948E

Color information

#BF948E (or 0xBF948E) is unknown color: approx Oriental Pink. HEX triplet: BF, 94 and 8E. RGB value is (191,148,142). Sum of RGB (Red+Green+Blue) = 191+148+142=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF948E is #406B71. Grayscale: #A0A0A0. Windows color (decimal): -4221810 or 9344191. OLE color: 9344191.

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

Color convert

RGB191148142-
CMYK00.230.260.25
HSL7.35º27.68%65.29%-
HSV(B)7.35º25.65%74.9%-
XYZ36.9634.2130.25-
YUV160.17117.75149.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=39.71%
G=30.77%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114814200.230.260.257.3527.6865.29
HexBF948E0171A1971c41
Octal2772242160273231734101
Binary1011111110010100100011100101111101011001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF948E; }

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

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

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

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

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

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

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

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