#BB918C

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

Shades of Oriental Pink #BB918C

Tints of Oriental Pink #BB918C

Color information

#BB918C (or 0xBB918C) is unknown color: approx Oriental Pink. HEX triplet: BB, 91 and 8C. RGB value is (187,145,140). Sum of RGB (Red+Green+Blue) = 187+145+140=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB918C is #446E73. Grayscale: #9D9D9D. Windows color (decimal): -4484724 or 9212347. OLE color: 9212347.

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

Color convert

RGB187145140-
CMYK00.220.250.27
HSL6.38º25.68%64.12%-
HSV(B)6.38º25.13%73.33%-
XYZ35.3532.7129.26-
YUV156.99118.41149.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=39.62%
G=30.72%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714514000.220.250.276.3825.6864.12
HexBB918C016191B61a40
Octal2732212140263133632100
Binary1011101110010001100011000101101100111011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB918C; }

 p { color: rgb(187,145,140); }

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

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

 a { background-color: rgb(187,145,140); }

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

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

 span { border-color: rgb(187,145,140); }

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