Html Css Color HEX #BA2746 Old Rose

📋 copy color: '#BA2746'

red 186 ◦ green 39 ◦ blue 70

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

Shades of Old Rose #BA2746

Tints of Old Rose #BA2746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.22%

 BLUE value IS 70 (27.73% from 255) = 23.73%

R = 63.05%
G = 13.22%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2746 (or 0xBA2746) is known color: Old Rose. HEX triplet: BA, 27 and 46. RGB value is (186,39,70). Sum of RGB (Red+Green+Blue) = 186+39+70=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2746 is #45D8B9. Grayscale: #565656. Windows color (decimal): -4577466 or 4597690. OLE color: 4597690.

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

Color convert

RGB 186 39 70 -
CMYK 0 0.79 0.62 0.27
HSL 347.35º 0.65% 0.44% -
HSV(B) 347.35º 0.79% 0.73% -
XYZ 22.08 12.33 7.01 -
YUV 86.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 186 39 70 0 0.79 0.62 0.27 347.35 0.65 0.44
Hex BA 27 46 0 4F 3E 1B 15B 41 2C
Octal 272 47 106 0 117 76 33 533 101 54
Binary 10111010 100111 1000110 0 1001111 111110 11011 101011011 1000001 101100

Color Harmonies of #BA2746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2746

Black with #BA2746

Text Example


Text Example

White with #BA2746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2746; }

 p { color: rgb(186,39,70); }

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

background-color css

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

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

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

border-color css

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

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

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