Html Css Color HEX #BA275C Old Rose

📋 copy color: '#BA275C'

red 186 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #BA275C

Tints of Old Rose #BA275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 58.68%
G = 12.3%
B = 29.02%

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

#BA275C (or 0xBA275C) is known color: Old Rose. HEX triplet: BA, 27 and 5C. RGB value is (186,39,92). Sum of RGB (Red+Green+Blue) = 186+39+92=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA275C is #45D8A3. Grayscale: #585858. Windows color (decimal): -4577444 or 6039482. OLE color: 6039482.

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

Color convert

RGB 186 39 92 -
CMYK 0 0.79 0.51 0.27
HSL 338.37º 0.65% 0.44% -
HSV(B) 338.37º 0.79% 0.73% -
XYZ 22.91 12.66 11.36 -
YUV 89 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 186 39 92 0 0.79 0.51 0.27 338.37 0.65 0.44
Hex BA 27 5C 0 4F 33 1B 152 41 2C
Octal 272 47 134 0 117 63 33 522 101 54
Binary 10111010 100111 1011100 0 1001111 110011 11011 101010010 1000001 101100

Color Harmonies of #BA275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA275C

Black with #BA275C

Text Example


Text Example

White with #BA275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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