#BA918F

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

Shades of Rosy Brown #BA918F

Tints of Rosy Brown #BA918F

Color information

#BA918F (or 0xBA918F) is unknown color: approx Rosy Brown. HEX triplet: BA, 91 and 8F. RGB value is (186,145,143). Sum of RGB (Red+Green+Blue) = 186+145+143=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA918F is #456E70. Grayscale: #9D9D9D. Windows color (decimal): -4550257 or 9408954. OLE color: 9408954.

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

Color convert

RGB186145143-
CMYK00.220.230.27
HSL2.79º23.76%64.51%-
HSV(B)2.79º23.12%72.94%-
XYZ35.3332.6730.43-
YUV157.03120.08148.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 143 (56.25% from 255) = 30.17%
R=39.24%
G=30.59%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614514300.220.230.272.7923.7664.51
HexBA918F016171B31841
Octal2722212170262733330101
Binary101110101001000110001111010110101111101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA918F; }

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

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

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

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

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

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

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

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