Html Css Color HEX #BA274D Old Rose

📋 copy color: '#BA274D'

red 186 ◦ green 39 ◦ blue 77

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

Shades of Old Rose #BA274D

Tints of Old Rose #BA274D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 61.59%
G = 12.91%
B = 25.5%

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

#BA274D (or 0xBA274D) is known color: Old Rose. HEX triplet: BA, 27 and 4D. RGB value is (186,39,77). Sum of RGB (Red+Green+Blue) = 186+39+77=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA274D is #45D8B2. Grayscale: #575757. Windows color (decimal): -4577459 or 5056442. OLE color: 5056442.

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

Color convert

RGB 186 39 77 -
CMYK 0 0.79 0.59 0.27
HSL 344.49º 0.65% 0.44% -
HSV(B) 344.49º 0.79% 0.73% -
XYZ 22.31 12.43 8.24 -
YUV 87.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 186 39 77 0 0.79 0.59 0.27 344.49 0.65 0.44
Hex BA 27 4D 0 4F 3B 1B 158 41 2C
Octal 272 47 115 0 117 73 33 530 101 54
Binary 10111010 100111 1001101 0 1001111 111011 11011 101011000 1000001 101100

Color Harmonies of #BA274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA274D

Black with #BA274D

Text Example


Text Example

White with #BA274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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