Html Css Color HEX #BA2B4D Old Rose

📋 copy color: '#BA2B4D'

red 186 ◦ green 43 ◦ blue 77

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

Shades of Old Rose #BA2B4D

Tints of Old Rose #BA2B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.05%

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

R = 60.78%
G = 14.05%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA2B4D (or 0xBA2B4D) is known color: Old Rose. HEX triplet: BA, 2B and 4D. RGB value is (186,43,77). Sum of RGB (Red+Green+Blue) = 186+43+77=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B4D is #45D4B2. Grayscale: #595959. Windows color (decimal): -4576435 or 5057466. OLE color: 5057466.

HSL color Cylindrical-coordinate representation of color #BA2B4D: hue angle of 345.73º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B4D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 43 77 -
CMYK 0 0.77 0.59 0.27
HSL 345.73º 0.62% 0.45% -
HSV(B) 345.73º 0.77% 0.73% -
XYZ 22.45 12.7 8.29 -
YUV 89.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 186 43 77 0 0.77 0.59 0.27 345.73 0.62 0.45
Hex BA 2B 4D 0 4D 3B 1B 15A 3E 2D
Octal 272 53 115 0 115 73 33 532 76 55
Binary 10111010 101011 1001101 0 1001101 111011 11011 101011010 111110 101101

Color Harmonies of #BA2B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B4D

Black with #BA2B4D

Text Example


Text Example

White with #BA2B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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