#BA8887

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

Shades of Rosy Brown #BA8887

Tints of Rosy Brown #BA8887

Color information

#BA8887 (or 0xBA8887) is unknown color: approx Rosy Brown. HEX triplet: BA, 88 and 87. RGB value is (186,136,135). Sum of RGB (Red+Green+Blue) = 186+136+135=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8887 is #457778. Grayscale: #969696. Windows color (decimal): -4552569 or 8882362. OLE color: 8882362.

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

Color convert

RGB186136135-
CMYK00.270.270.27
HSL1.18º26.98%62.94%-
HSV(B)1.18º27.42%72.94%-
XYZ33.4329.826.91-
YUV150.84119.06153.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=40.70%
G=29.76%
B=29.54%

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
Decimal18613613500.270.270.271.1826.9862.94
HexBA888701B1B1B11b3f
Octal272210207033333313377
Binary1011101010001000100001110110111101111011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8887; }

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

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

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

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

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

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

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

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