#BF958F

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

Shades of Oriental Pink #BF958F

Tints of Oriental Pink #BF958F

Color information

#BF958F (or 0xBF958F) is unknown color: approx Oriental Pink. HEX triplet: BF, 95 and 8F. RGB value is (191,149,143). Sum of RGB (Red+Green+Blue) = 191+149+143=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF958F is #406A70. Grayscale: #A0A0A0. Windows color (decimal): -4221553 or 9409983. OLE color: 9409983.

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

Color convert

RGB191149143-
CMYK00.220.250.25
HSL7.5º27.27%65.49%-
HSV(B)7.5º25.13%74.9%-
XYZ37.1934.5530.7-
YUV160.87117.91149.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=39.54%
G=30.85%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114914300.220.250.257.527.2765.49
HexBF958F016191981b41
Octal27722521702631311033101
Binary10111111100101011000111101011011001110011000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF958F; }

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

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

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

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

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

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

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

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