#BB8F87

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

Shades of Oriental Pink #BB8F87

Tints of Oriental Pink #BB8F87

Color information

#BB8F87 (or 0xBB8F87) is unknown color: approx Oriental Pink. HEX triplet: BB, 8F and 87. RGB value is (187,143,135). Sum of RGB (Red+Green+Blue) = 187+143+135=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F87 is #447078. Grayscale: #9B9B9B. Windows color (decimal): -4485241 or 8884155. OLE color: 8884155.

HSL color Cylindrical-coordinate representation of color #BB8F87: hue angle of 9.23º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB8F87 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB187143135-
CMYK00.240.280.27
HSL9.23º27.66%63.14%-
HSV(B)9.23º27.81%73.33%-
XYZ34.6931.9627.26-
YUV155.24116.58150.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=40.22%
G=30.75%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714313500.240.280.279.2327.6663.14
HexBB8F870181C1B91c3f
Octal2732172070303433113477
Binary1011101110001111100001110110001110011011100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F87; }

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

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

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

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

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

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

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

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