#BF928A

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

Shades of Oriental Pink #BF928A

Tints of Oriental Pink #BF928A

Color information

#BF928A (or 0xBF928A) is unknown color: approx Oriental Pink. HEX triplet: BF, 92 and 8A. RGB value is (191,146,138). Sum of RGB (Red+Green+Blue) = 191+146+138=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF928A is #406D75. Grayscale: #9E9E9E. Windows color (decimal): -4222326 or 9081535. OLE color: 9081535.

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

Color convert

RGB191146138-
CMYK00.240.280.25
HSL9.06º29.28%64.51%-
HSV(B)9.06º27.75%74.9%-
XYZ36.3533.4728.59-
YUV158.54116.41151.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=40.21%
G=30.74%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114613800.240.280.259.0629.2864.51
HexBF928A0181C1991d41
Octal27722221203034311135101
Binary10111111100100101000101001100011100110011001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF928A; }

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

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

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

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

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

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

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

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