Html Css Color HEX #BA375B Old Rose

📋 copy color: '#BA375B'

red 186 ◦ green 55 ◦ blue 91

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

Shades of Old Rose #BA375B

Tints of Old Rose #BA375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

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

R = 56.02%
G = 16.57%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA375B (or 0xBA375B) is known color: Old Rose. HEX triplet: BA, 37 and 5B. RGB value is (186,55,91). Sum of RGB (Red+Green+Blue) = 186+55+91=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA375B is #45C8A4. Grayscale: #626262. Windows color (decimal): -4573349 or 5978042. OLE color: 5978042.

HSL color Cylindrical-coordinate representation of color #BA375B: hue angle of 343.51º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA375B is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 91 -
CMYK 0 0.70 0.51 0.27
HSL 343.51º 0.54% 0.47% -
HSV(B) 343.51º 0.7% 0.73% -
XYZ 23.5 13.93 11.35 -
YUV 98.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 186 55 91 0 0.70 0.51 0.27 343.51 0.54 0.47
Hex BA 37 5B 0 46 33 1B 158 36 2F
Octal 272 67 133 0 106 63 33 530 66 57
Binary 10111010 110111 1011011 0 1000110 110011 11011 101011000 110110 101111

Color Harmonies of #BA375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA375B

Black with #BA375B

Text Example


Text Example

White with #BA375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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