#BB8F8B

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

Shades of Oriental Pink #BB8F8B

Tints of Oriental Pink #BB8F8B

Color information

#BB8F8B (or 0xBB8F8B) is unknown color: approx Oriental Pink. HEX triplet: BB, 8F and 8B. RGB value is (187,143,139). Sum of RGB (Red+Green+Blue) = 187+143+139=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F8B is #447074. Grayscale: #9B9B9B. Windows color (decimal): -4485237 or 9146299. OLE color: 9146299.

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

Color convert

RGB187143139-
CMYK00.240.260.27
HSL26.09%63.92%-
HSV(B)25.67%73.33%-
XYZ34.9832.0728.77-
YUV155.7118.58150.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=39.87%
G=30.49%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714313900.240.260.27526.0963.92
HexBB8F8B0181A1B51a40
Octal2732172130303233532100
Binary1011101110001111100010110110001101011011101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F8B; }

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

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

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

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

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

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

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

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