Html Css Color HEX #BA275F Old Rose

📋 copy color: '#BA275F'

red 186 ◦ green 39 ◦ blue 95

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

Shades of Old Rose #BA275F

Tints of Old Rose #BA275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.69%

R = 58.13%
G = 12.19%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA275F (or 0xBA275F) is known color: Old Rose. HEX triplet: BA, 27 and 5F. RGB value is (186,39,95). Sum of RGB (Red+Green+Blue) = 186+39+95=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA275F is #45D8A0. Grayscale: #595959. Windows color (decimal): -4577441 or 6236090. OLE color: 6236090.

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

Color convert

RGB 186 39 95 -
CMYK 0 0.79 0.49 0.27
HSL 337.14º 0.65% 0.44% -
HSV(B) 337.14º 0.79% 0.73% -
XYZ 23.04 12.72 12.07 -
YUV 89.34 131.2 196.95 -
System Red Green Blue C M Y K H S L
Decimal 186 39 95 0 0.79 0.49 0.27 337.14 0.65 0.44
Hex BA 27 5F 0 4F 31 1B 151 41 2C
Octal 272 47 137 0 117 61 33 521 101 54
Binary 10111010 100111 1011111 0 1001111 110001 11011 101010001 1000001 101100

Color Harmonies of #BA275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA275F

Black with #BA275F

Text Example


Text Example

White with #BA275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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