Html Css Color HEX #BA275A Old Rose

📋 copy color: '#BA275A'

red 186 ◦ green 39 ◦ blue 90

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

Shades of Old Rose #BA275A

Tints of Old Rose #BA275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 59.05%
G = 12.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA275A (or 0xBA275A) is known color: Old Rose. HEX triplet: BA, 27 and 5A. RGB value is (186,39,90). Sum of RGB (Red+Green+Blue) = 186+39+90=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA275A is #45D8A5. Grayscale: #585858. Windows color (decimal): -4577446 or 5908410. OLE color: 5908410.

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

Color convert

RGB 186 39 90 -
CMYK 0 0.79 0.52 0.27
HSL 339.18º 0.65% 0.44% -
HSV(B) 339.18º 0.79% 0.73% -
XYZ 22.82 12.63 10.91 -
YUV 88.77 128.7 197.35 -
System Red Green Blue C M Y K H S L
Decimal 186 39 90 0 0.79 0.52 0.27 339.18 0.65 0.44
Hex BA 27 5A 0 4F 34 1B 153 41 2C
Octal 272 47 132 0 117 64 33 523 101 54
Binary 10111010 100111 1011010 0 1001111 110100 11011 101010011 1000001 101100

Color Harmonies of #BA275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA275A

Black with #BA275A

Text Example


Text Example

White with #BA275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA275A; }

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

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

background-color css

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

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

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

border-color css

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

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

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