Html Css Color HEX #BA3459 Old Rose

📋 copy color: '#BA3459'

red 186 ◦ green 52 ◦ blue 89

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

Shades of Old Rose #BA3459

Tints of Old Rose #BA3459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

 BLUE value IS 89 (35.16% from 255) = 27.22%

R = 56.88%
G = 15.9%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA3459 (or 0xBA3459) is known color: Old Rose. HEX triplet: BA, 34 and 59. RGB value is (186,52,89). Sum of RGB (Red+Green+Blue) = 186+52+89=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3459 is #45CBA6. Grayscale: #606060. Windows color (decimal): -4574119 or 5846202. OLE color: 5846202.

HSL color Cylindrical-coordinate representation of color #BA3459: hue angle of 343.43º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3459 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 89 -
CMYK 0 0.72 0.52 0.27
HSL 343.43º 0.56% 0.47% -
HSV(B) 343.43º 0.72% 0.73% -
XYZ 23.28 13.62 10.85 -
YUV 96.28 123.89 191.99 -
System Red Green Blue C M Y K H S L
Decimal 186 52 89 0 0.72 0.52 0.27 343.43 0.56 0.47
Hex BA 34 59 0 48 34 1B 157 38 2F
Octal 272 64 131 0 110 64 33 527 70 57
Binary 10111010 110100 1011001 0 1001000 110100 11011 101010111 111000 101111

Color Harmonies of #BA3459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3459

Black with #BA3459

Text Example


Text Example

White with #BA3459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3459; }

 p { color: rgb(186,52,89); }

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

background-color css

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

 a { background-color: rgb(186,52,89); }

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

border-color css

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

 span { border-color: rgb(186,52,89); }

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