#BB938B

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

Shades of Oriental Pink #BB938B

Tints of Oriental Pink #BB938B

Color information

#BB938B (or 0xBB938B) is unknown color: approx Oriental Pink. HEX triplet: BB, 93 and 8B. RGB value is (187,147,139). Sum of RGB (Red+Green+Blue) = 187+147+139=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB938B is #446C74. Grayscale: #9E9E9E. Windows color (decimal): -4484213 or 9147323. OLE color: 9147323.

HSL color Cylindrical-coordinate representation of color #BB938B: hue angle of 10º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB938B is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB187147139-
CMYK00.210.260.27
HSL10º26.09%63.92%-
HSV(B)10º25.67%73.33%-
XYZ35.5933.328.98-
YUV158.05117.25148.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=39.53%
G=31.08%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714713900.210.260.271026.0963.92
HexBB938B0151A1Ba1a40
Octal27322321302532331232100
Binary10111011100100111000101101010111010110111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB938B; }

 p { color: rgb(187,147,139); }

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

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

 a { background-color: rgb(187,147,139); }

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

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

 span { border-color: rgb(187,147,139); }

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