#BB928A

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

Shades of Oriental Pink #BB928A

Tints of Oriental Pink #BB928A

Color information

#BB928A (or 0xBB928A) is unknown color: approx Oriental Pink. HEX triplet: BB, 92 and 8A. RGB value is (187,146,138). Sum of RGB (Red+Green+Blue) = 187+146+138=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB928A is #446D75. Grayscale: #9D9D9D. Windows color (decimal): -4484470 or 9081531. OLE color: 9081531.

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

Color convert

RGB187146138-
CMYK00.220.260.27
HSL9.8º26.49%63.73%-
HSV(B)9.8º26.2%73.33%-
XYZ35.3632.9628.54-
YUV157.35117.08149.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=39.70%
G=31.00%
B=29.30%

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
Decimal18714613800.220.260.279.826.4963.73
HexBB928A0161A1Ba1a40
Octal27322221202632331232100
Binary10111011100100101000101001011011010110111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB928A; }

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

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

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

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

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

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

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

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