#BB908A

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

Shades of Oriental Pink #BB908A

Tints of Oriental Pink #BB908A

Color information

#BB908A (or 0xBB908A) is unknown color: approx Oriental Pink. HEX triplet: BB, 90 and 8A. RGB value is (187,144,138). Sum of RGB (Red+Green+Blue) = 187+144+138=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB908A is #446F75. Grayscale: #9C9C9C. Windows color (decimal): -4484982 or 9081019. OLE color: 9081019.

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

Color convert

RGB187144138-
CMYK00.230.260.27
HSL7.35º26.49%63.73%-
HSV(B)7.35º26.2%73.33%-
XYZ35.0532.3528.44-
YUV156.17117.75149.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=39.87%
G=30.70%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714413800.230.260.277.3526.4963.73
HexBB908A0171A1B71a40
Octal2732202120273233732100
Binary1011101110010000100010100101111101011011111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB908A; }

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

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

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

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

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

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

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

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