Html Css Color HEX #BA9191 Rosy Brown

📋 copy color: '#BA9191'

red 186 ◦ green 145 ◦ blue 145

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

Shades of Rosy Brown #BA9191

Tints of Rosy Brown #BA9191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.46%

 BLUE value IS 145 (57.03% from 255) = 30.46%

R = 39.08%
G = 30.46%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA9191 (or 0xBA9191) is known color: Rosy Brown. HEX triplet: BA, 91 and 91. RGB value is (186,145,145). Sum of RGB (Red+Green+Blue) = 186+145+145=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9191 is #456E6E. Grayscale: #9D9D9D. Windows color (decimal): -4550255 or 9540026. OLE color: 9540026.

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

Color convert

RGB 186 145 145 -
CMYK 0 0.22 0.22 0.27
HSL 0.23% 0.65% -
HSV(B) 0.22% 0.73% -
XYZ 35.49 32.73 31.24 -
YUV 157.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 186 145 145 0 0.22 0.22 0.27 0 0.23 0.65
Hex BA 91 91 0 16 16 1B 0 17 41
Octal 272 221 221 0 26 26 33 0 27 101
Binary 10111010 10010001 10010001 0 10110 10110 11011 0 10111 1000001

Color Harmonies of #BA9191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9191

Black with #BA9191

Text Example


Text Example

White with #BA9191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9191; }

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

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

background-color css

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

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

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

border-color css

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

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

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