Html Css Color HEX #BA275B Old Rose

📋 copy color: '#BA275B'

red 186 ◦ green 39 ◦ blue 91

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

Shades of Old Rose #BA275B

Tints of Old Rose #BA275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 58.86%
G = 12.34%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA275B (or 0xBA275B) is known color: Old Rose. HEX triplet: BA, 27 and 5B. RGB value is (186,39,91). Sum of RGB (Red+Green+Blue) = 186+39+91=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA275B is #45D8A4. Grayscale: #585858. Windows color (decimal): -4577445 or 5973946. OLE color: 5973946.

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

Color convert

RGB 186 39 91 -
CMYK 0 0.79 0.51 0.27
HSL 338.78º 0.65% 0.44% -
HSV(B) 338.78º 0.79% 0.73% -
XYZ 22.86 12.65 11.13 -
YUV 88.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 186 39 91 0 0.79 0.51 0.27 338.78 0.65 0.44
Hex BA 27 5B 0 4F 33 1B 153 41 2C
Octal 272 47 133 0 117 63 33 523 101 54
Binary 10111010 100111 1011011 0 1001111 110011 11011 101010011 1000001 101100

Color Harmonies of #BA275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA275B

Black with #BA275B

Text Example


Text Example

White with #BA275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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