#BA9592

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

Shades of Rosy Brown #BA9592

Tints of Rosy Brown #BA9592

Color information

#BA9592 (or 0xBA9592) is unknown color: approx Rosy Brown. HEX triplet: BA, 95 and 92. RGB value is (186,149,146). Sum of RGB (Red+Green+Blue) = 186+149+146=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9592 is #456A6D. Grayscale: #9F9F9F. Windows color (decimal): -4549230 or 9606586. OLE color: 9606586.

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

Color convert

RGB186149146-
CMYK00.200.220.27
HSL4.5º22.47%65.1%-
HSV(B)4.5º21.51%72.94%-
XYZ36.1934.0131.85-
YUV159.72120.26146.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=38.67%
G=30.98%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614914600.200.220.274.522.4765.1
HexBA9592014161B51641
Octal2722252220242633526101
Binary1011101010010101100100100101001011011011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9592; }

 p { color: rgb(186,149,146); }

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

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

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

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

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

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

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