Html Css Color HEX #BA9491 Rosy Brown

📋 copy color: '#BA9491'

red 186 ◦ green 148 ◦ blue 145

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

Shades of Rosy Brown #BA9491

Tints of Rosy Brown #BA9491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

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

R = 38.83%
G = 30.9%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA9491 (or 0xBA9491) is known color: Rosy Brown. HEX triplet: BA, 94 and 91. RGB value is (186,148,145). Sum of RGB (Red+Green+Blue) = 186+148+145=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9491 is #456B6E. Grayscale: #9F9F9F. Windows color (decimal): -4549487 or 9540794. OLE color: 9540794.

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

Color convert

RGB 186 148 145 -
CMYK 0 0.20 0.22 0.27
HSL 4.39º 0.23% 0.65% -
HSV(B) 4.39º 0.22% 0.73% -
XYZ 35.95 33.66 31.39 -
YUV 159.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 186 148 145 0 0.20 0.22 0.27 4.39 0.23 0.65
Hex BA 94 91 0 14 16 1B 4 17 41
Octal 272 224 221 0 24 26 33 4 27 101
Binary 10111010 10010100 10010001 0 10100 10110 11011 100 10111 1000001

Color Harmonies of #BA9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9491

Black with #BA9491

Text Example


Text Example

White with #BA9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9491; }

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

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

background-color css

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

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

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

border-color css

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

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

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