#BF948F

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

Shades of Oriental Pink #BF948F

Tints of Oriental Pink #BF948F

Color information

#BF948F (or 0xBF948F) is unknown color: approx Oriental Pink. HEX triplet: BF, 94 and 8F. RGB value is (191,148,143). Sum of RGB (Red+Green+Blue) = 191+148+143=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF948F is #406B70. Grayscale: #A0A0A0. Windows color (decimal): -4221809 or 9409727. OLE color: 9409727.

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

Color convert

RGB191148143-
CMYK00.230.250.25
HSL6.25º27.27%65.49%-
HSV(B)6.25º25.13%74.9%-
XYZ37.0334.2430.64-
YUV160.29118.25149.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=39.63%
G=30.71%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114814300.230.250.256.2527.2765.49
HexBF948F017191961b41
Octal2772242170273131633101
Binary1011111110010100100011110101111100111001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF948F; }

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

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

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

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

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

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

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

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