Html Css Color HEX #BA9390 Rosy Brown

📋 copy color: '#BA9390'

red 186 ◦ green 147 ◦ blue 144

#BA9390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rosy Brown #BA9390

Tints of Rosy Brown #BA9390

RGB

 RED value IS 186 (73.05% from 255) = 38.99%

 GREEN value IS 147 (57.81% from 255) = 30.82%

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 38.99%
G = 30.82%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA9390 (or 0xBA9390) is known color: Rosy Brown. HEX triplet: BA, 93 and 90. RGB value is (186,147,144). Sum of RGB (Red+Green+Blue) = 186+147+144=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9390 is #456C6F. Grayscale: #9E9E9E. Windows color (decimal): -4549744 or 9475002. OLE color: 9475002.

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

Color convert

RGB 186 147 144 -
CMYK 0 0.21 0.23 0.27
HSL 4.29º 0.23% 0.65% -
HSV(B) 4.29º 0.23% 0.73% -
XYZ 35.72 33.32 30.93 -
YUV 158.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 186 147 144 0 0.21 0.23 0.27 4.29 0.23 0.65
Hex BA 93 90 0 15 17 1B 4 17 41
Octal 272 223 220 0 25 27 33 4 27 101
Binary 10111010 10010011 10010000 0 10101 10111 11011 100 10111 1000001

Color Harmonies of #BA9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9390

Black with #BA9390

Text Example


Text Example

White with #BA9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9390; }

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

 H1.HeaderClassName
 {
   color: #BA9390;
 }
 .AnyTagClassName
 {
   color: #BA9390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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