#BB918A

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

Shades of Oriental Pink #BB918A

Tints of Oriental Pink #BB918A

Color information

#BB918A (or 0xBB918A) is unknown color: approx Oriental Pink. HEX triplet: BB, 91 and 8A. RGB value is (187,145,138). Sum of RGB (Red+Green+Blue) = 187+145+138=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB918A is #446E75. Grayscale: #9C9C9C. Windows color (decimal): -4484726 or 9081275. OLE color: 9081275.

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

Color convert

RGB187145138-
CMYK00.220.260.27
HSL8.57º26.49%63.73%-
HSV(B)8.57º26.2%73.33%-
XYZ35.2132.6528.49-
YUV156.76117.41149.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=39.79%
G=30.85%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714513800.220.260.278.5726.4963.73
HexBB918A0161A1B91a40
Octal27322121202632331132100
Binary10111011100100011000101001011011010110111001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB918A; }

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

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

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

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

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

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

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

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