Html Css Color HEX #BA395B Old Rose

📋 copy color: '#BA395B'

red 186 ◦ green 57 ◦ blue 91

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

Shades of Old Rose #BA395B

Tints of Old Rose #BA395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.07%

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 55.69%
G = 17.07%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA395B (or 0xBA395B) is known color: Old Rose. HEX triplet: BA, 39 and 5B. RGB value is (186,57,91). Sum of RGB (Red+Green+Blue) = 186+57+91=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA395B is #45C6A4. Grayscale: #636363. Windows color (decimal): -4572837 or 5978554. OLE color: 5978554.

HSL color Cylindrical-coordinate representation of color #BA395B: hue angle of 344.19º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA395B is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 91 -
CMYK 0 0.69 0.51 0.27
HSL 344.19º 0.53% 0.48% -
HSV(B) 344.19º 0.69% 0.73% -
XYZ 23.6 14.12 11.38 -
YUV 99.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 186 57 91 0 0.69 0.51 0.27 344.19 0.53 0.48
Hex BA 39 5B 0 45 33 1B 158 35 30
Octal 272 71 133 0 105 63 33 530 65 60
Binary 10111010 111001 1011011 0 1000101 110011 11011 101011000 110101 110000

Color Harmonies of #BA395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA395B

Black with #BA395B

Text Example


Text Example

White with #BA395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA395B; }

 p { color: rgb(186,57,91); }

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

background-color css

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

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

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

border-color css

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

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

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