#BF928B

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

Shades of Oriental Pink #BF928B

Tints of Oriental Pink #BF928B

Color information

#BF928B (or 0xBF928B) is unknown color: approx Oriental Pink. HEX triplet: BF, 92 and 8B. RGB value is (191,146,139). Sum of RGB (Red+Green+Blue) = 191+146+139=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF928B is #406D74. Grayscale: #9E9E9E. Windows color (decimal): -4222325 or 9147071. OLE color: 9147071.

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

Color convert

RGB191146139-
CMYK00.240.270.25
HSL8.08º28.89%64.71%-
HSV(B)8.08º27.23%74.9%-
XYZ36.4233.528.97-
YUV158.66116.91151.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=40.13%
G=30.67%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114613900.240.270.258.0828.8964.71
HexBF928B0181B1981d41
Octal27722221303033311035101
Binary10111111100100101000101101100011011110011000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF928B; }

 p { color: rgb(191,146,139); }

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

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

 a { background-color: rgb(191,146,139); }

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

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

 span { border-color: rgb(191,146,139); }

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