#BA938F

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

Shades of Rosy Brown #BA938F

Tints of Rosy Brown #BA938F

Color information

#BA938F (or 0xBA938F) is unknown color: approx Rosy Brown. HEX triplet: BA, 93 and 8F. RGB value is (186,147,143). Sum of RGB (Red+Green+Blue) = 186+147+143=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA938F is #456C70. Grayscale: #9E9E9E. Windows color (decimal): -4549745 or 9409466. OLE color: 9409466.

HSL color Cylindrical-coordinate representation of color #BA938F: hue angle of 5.58º degrees, saturation: 0.24, 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 #BA938F is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186147143-
CMYK00.210.230.27
HSL5.58º23.76%64.51%-
HSV(B)5.58º23.12%72.94%-
XYZ35.6433.2930.53-
YUV158.2119.42147.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=39.08%
G=30.88%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614714300.210.230.275.5823.7664.51
HexBA938F015171B61841
Octal2722232170252733630101
Binary1011101010010011100011110101011011111011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA938F; }

 p { color: rgb(186,147,143); }

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

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

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

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

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

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

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