Html Css Color HEX #BA3254 Old Rose

📋 copy color: '#BA3254'

red 186 ◦ green 50 ◦ blue 84

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

Shades of Old Rose #BA3254

Tints of Old Rose #BA3254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 84 (33.2% from 255) = 26.25%

R = 58.13%
G = 15.63%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA3254 (or 0xBA3254) is known color: Old Rose. HEX triplet: BA, 32 and 54. RGB value is (186,50,84). Sum of RGB (Red+Green+Blue) = 186+50+84=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3254 is #45CDAB. Grayscale: #5E5E5E. Windows color (decimal): -4574636 or 5518010. OLE color: 5518010.

HSL color Cylindrical-coordinate representation of color #BA3254: hue angle of 345º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3254 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 84 -
CMYK 0 0.73 0.55 0.27
HSL 345º 0.58% 0.46% -
HSV(B) 345º 0.73% 0.73% -
XYZ 22.99 13.36 9.75 -
YUV 94.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 186 50 84 0 0.73 0.55 0.27 345 0.58 0.46
Hex BA 32 54 0 49 37 1B 159 3A 2E
Octal 272 62 124 0 111 67 33 531 72 56
Binary 10111010 110010 1010100 0 1001001 110111 11011 101011001 111010 101110

Color Harmonies of #BA3254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3254

Black with #BA3254

Text Example


Text Example

White with #BA3254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3254; }

 p { color: rgb(186,50,84); }

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

background-color css

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

 a { background-color: rgb(186,50,84); }

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

border-color css

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

 span { border-color: rgb(186,50,84); }

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