Html Css Color HEX #BA2646 Old Rose

📋 copy color: '#BA2646'

red 186 ◦ green 38 ◦ blue 70

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

Shades of Old Rose #BA2646

Tints of Old Rose #BA2646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

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

R = 63.27%
G = 12.93%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2646 (or 0xBA2646) is known color: Old Rose. HEX triplet: BA, 26 and 46. RGB value is (186,38,70). Sum of RGB (Red+Green+Blue) = 186+38+70=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2646 is #45D9B9. Grayscale: #555555. Windows color (decimal): -4577722 or 4597434. OLE color: 4597434.

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

Color convert

RGB 186 38 70 -
CMYK 0 0.80 0.62 0.27
HSL 347.03º 0.66% 0.44% -
HSV(B) 347.03º 0.8% 0.73% -
XYZ 22.05 12.27 7 -
YUV 85.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 186 38 70 0 0.80 0.62 0.27 347.03 0.66 0.44
Hex BA 26 46 0 50 3E 1B 15B 42 2C
Octal 272 46 106 0 120 76 33 533 102 54
Binary 10111010 100110 1000110 0 1010000 111110 11011 101011011 1000010 101100

Color Harmonies of #BA2646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2646

Black with #BA2646

Text Example


Text Example

White with #BA2646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2646; }

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

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

background-color css

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

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

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

border-color css

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

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

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