Html Css Color HEX #BA345D Old Rose

📋 copy color: '#BA345D'

red 186 ◦ green 52 ◦ blue 93

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

Shades of Old Rose #BA345D

Tints of Old Rose #BA345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 56.19%
G = 15.71%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA345D (or 0xBA345D) is known color: Old Rose. HEX triplet: BA, 34 and 5D. RGB value is (186,52,93). Sum of RGB (Red+Green+Blue) = 186+52+93=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA345D is #45CBA2. Grayscale: #606060. Windows color (decimal): -4574115 or 6108346. OLE color: 6108346.

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

Color convert

RGB 186 52 93 -
CMYK 0 0.72 0.5 0.27
HSL 341.64º 0.56% 0.47% -
HSV(B) 341.64º 0.72% 0.73% -
XYZ 23.45 13.69 11.76 -
YUV 96.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 186 52 93 0 0.72 0.5 0.27 341.64 0.56 0.47
Hex BA 34 5D 0 48 32 1B 156 38 2F
Octal 272 64 135 0 110 62 33 526 70 57
Binary 10111010 110100 1011101 0 1001000 110010 11011 101010110 111000 101111

Color Harmonies of #BA345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA345D

Black with #BA345D

Text Example


Text Example

White with #BA345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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