Html Css Color HEX #BA9593 Rosy Brown

📋 copy color: '#BA9593'

red 186 ◦ green 149 ◦ blue 147

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

Shades of Rosy Brown #BA9593

Tints of Rosy Brown #BA9593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 38.59%
G = 30.91%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA9593 (or 0xBA9593) is known color: Rosy Brown. HEX triplet: BA, 95 and 93. RGB value is (186,149,147). Sum of RGB (Red+Green+Blue) = 186+149+147=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9593 is #456A6C. Grayscale: #9F9F9F. Windows color (decimal): -4549229 or 9672122. OLE color: 9672122.

HSL color Cylindrical-coordinate representation of color #BA9593: hue angle of 3.08º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA9593 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 149 147 -
CMYK 0 0.20 0.21 0.27
HSL 3.08º 0.22% 0.65% -
HSV(B) 3.08º 0.21% 0.73% -
XYZ 36.26 34.04 32.26 -
YUV 159.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 186 149 147 0 0.20 0.21 0.27 3.08 0.22 0.65
Hex BA 95 93 0 14 15 1B 3 16 41
Octal 272 225 223 0 24 25 33 3 26 101
Binary 10111010 10010101 10010011 0 10100 10101 11011 11 10110 1000001

Color Harmonies of #BA9593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9593

Black with #BA9593

Text Example


Text Example

White with #BA9593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9593; }

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

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

background-color css

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

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

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

border-color css

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

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

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