Html Css Color HEX #BA424E Old Rose

📋 copy color: '#BA424E'

red 186 ◦ green 66 ◦ blue 78

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

Shades of Old Rose #BA424E

Tints of Old Rose #BA424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

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

R = 56.36%
G = 20%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA424E (or 0xBA424E) is known color: Old Rose. HEX triplet: BA, 42 and 4E. RGB value is (186,66,78). Sum of RGB (Red+Green+Blue) = 186+66+78=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA424E is #45BDB1. Grayscale: #676767. Windows color (decimal): -4570546 or 5128890. OLE color: 5128890.

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

Color convert

RGB 186 66 78 -
CMYK 0 0.65 0.58 0.27
HSL 354º 0.48% 0.49% -
HSV(B) 354º 0.65% 0.73% -
XYZ 23.57 14.89 8.84 -
YUV 103.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 186 66 78 0 0.65 0.58 0.27 354 0.48 0.49
Hex BA 42 4E 0 41 3A 1B 162 30 31
Octal 272 102 116 0 101 72 33 542 60 61
Binary 10111010 1000010 1001110 0 1000001 111010 11011 101100010 110000 110001

Color Harmonies of #BA424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA424E

Black with #BA424E

Text Example


Text Example

White with #BA424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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