#BA8787

Color #BA8787 Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #BA8787

Tints of Rosy Brown #BA8787

Color information

#BA8787 (or 0xBA8787) is unknown color: approx Rosy Brown. HEX triplet: BA, 87 and 87. RGB value is (186,135,135). Sum of RGB (Red+Green+Blue) = 186+135+135=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8787 is #457878. Grayscale: #969696. Windows color (decimal): -4552825 or 8882106. OLE color: 8882106.

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

Color convert

RGB186135135-
CMYK00.270.270.27
HSL26.98%62.94%-
HSV(B)27.42%72.94%-
XYZ33.2929.5226.86-
YUV150.25119.4153.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 135 (53.12% from 255) = 29.61%
R=40.79%
G=29.61%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613513500.270.270.27026.9862.94
HexBA878701B1B1B01b3f
Octal272207207033333303377
Binary1011101010000111100001110110111101111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8787; }

 p { color: rgb(186,135,135); }

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

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

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

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

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

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

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