#BA9490

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

Shades of Rosy Brown #BA9490

Tints of Rosy Brown #BA9490

Color information

#BA9490 (or 0xBA9490) is unknown color: approx Rosy Brown. HEX triplet: BA, 94 and 90. RGB value is (186,148,144). Sum of RGB (Red+Green+Blue) = 186+148+144=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9490 is #456B6F. Grayscale: #9E9E9E. Windows color (decimal): -4549488 or 9475258. OLE color: 9475258.

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

Color convert

RGB186148144-
CMYK00.200.230.27
HSL5.71º23.33%64.71%-
HSV(B)5.71º22.58%72.94%-
XYZ35.8733.6330.99-
YUV158.91119.59147.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=38.91%
G=30.96%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614814400.200.230.275.7123.3364.71
HexBA9490014171B61741
Octal2722242200242733627101
Binary1011101010010100100100000101001011111011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9490; }

 p { color: rgb(186,148,144); }

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

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

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

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

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

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

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