Html Css Color HEX #BA274C Old Rose

📋 copy color: '#BA274C'

red 186 ◦ green 39 ◦ blue 76

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

Shades of Old Rose #BA274C

Tints of Old Rose #BA274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 61.79%
G = 12.96%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA274C (or 0xBA274C) is known color: Old Rose. HEX triplet: BA, 27 and 4C. RGB value is (186,39,76). Sum of RGB (Red+Green+Blue) = 186+39+76=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA274C is #45D8B3. Grayscale: #575757. Windows color (decimal): -4577460 or 4990906. OLE color: 4990906.

HSL color Cylindrical-coordinate representation of color #BA274C: hue angle of 344.9º 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 #BA274C is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 76 -
CMYK 0 0.79 0.59 0.27
HSL 344.9º 0.65% 0.44% -
HSV(B) 344.9º 0.79% 0.73% -
XYZ 22.28 12.41 8.06 -
YUV 87.17 121.7 198.49 -
System Red Green Blue C M Y K H S L
Decimal 186 39 76 0 0.79 0.59 0.27 344.9 0.65 0.44
Hex BA 27 4C 0 4F 3B 1B 159 41 2C
Octal 272 47 114 0 117 73 33 531 101 54
Binary 10111010 100111 1001100 0 1001111 111011 11011 101011001 1000001 101100

Color Harmonies of #BA274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA274C

Black with #BA274C

Text Example


Text Example

White with #BA274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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