Html Css Color HEX #BA3644 Old Rose

📋 copy color: '#BA3644'

red 186 ◦ green 54 ◦ blue 68

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

Shades of Old Rose #BA3644

Tints of Old Rose #BA3644

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

 BLUE value IS 68 (26.95% from 255) = 22.08%

R = 60.39%
G = 17.53%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA3644 (or 0xBA3644) is known color: Old Rose. HEX triplet: BA, 36 and 44. RGB value is (186,54,68). Sum of RGB (Red+Green+Blue) = 186+54+68=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3644 is #45C9BB. Grayscale: #5F5F5F. Windows color (decimal): -4573628 or 4470458. OLE color: 4470458.

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

Color convert

RGB 186 54 68 -
CMYK 0 0.71 0.63 0.27
HSL 353.64º 0.55% 0.47% -
HSV(B) 353.64º 0.71% 0.73% -
XYZ 22.61 13.49 6.88 -
YUV 95.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 186 54 68 0 0.71 0.63 0.27 353.64 0.55 0.47
Hex BA 36 44 0 47 3F 1B 162 37 2F
Octal 272 66 104 0 107 77 33 542 67 57
Binary 10111010 110110 1000100 0 1000111 111111 11011 101100010 110111 101111

Color Harmonies of #BA3644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3644

Black with #BA3644

Text Example


Text Example

White with #BA3644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3644; }

 p { color: rgb(186,54,68); }

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

background-color css

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

 a { background-color: rgb(186,54,68); }

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

border-color css

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

 span { border-color: rgb(186,54,68); }

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