Html Css Color HEX #BA224E Old Rose

📋 copy color: '#BA224E'

red 186 ◦ green 34 ◦ blue 78

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

Shades of Old Rose #BA224E

Tints of Old Rose #BA224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

 BLUE value IS 78 (30.86% from 255) = 26.17%

R = 62.42%
G = 11.41%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA224E (or 0xBA224E) is known color: Old Rose. HEX triplet: BA, 22 and 4E. RGB value is (186,34,78). Sum of RGB (Red+Green+Blue) = 186+34+78=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA224E is #45DDB1. Grayscale: #545454. Windows color (decimal): -4578738 or 5120698. OLE color: 5120698.

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

Color convert

RGB 186 34 78 -
CMYK 0 0.82 0.58 0.27
HSL 342.63º 0.69% 0.43% -
HSV(B) 342.63º 0.82% 0.73% -
XYZ 22.2 12.13 8.38 -
YUV 84.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 186 34 78 0 0.82 0.58 0.27 342.63 0.69 0.43
Hex BA 22 4E 0 52 3A 1B 157 45 2B
Octal 272 42 116 0 122 72 33 527 105 53
Binary 10111010 100010 1001110 0 1010010 111010 11011 101010111 1000101 101011

Color Harmonies of #BA224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA224E

Black with #BA224E

Text Example


Text Example

White with #BA224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA224E; }

 p { color: rgb(186,34,78); }

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

background-color css

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

 a { background-color: rgb(186,34,78); }

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

border-color css

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

 span { border-color: rgb(186,34,78); }

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