Html Css Color HEX #BA3647 Old Rose

📋 copy color: '#BA3647'

red 186 ◦ green 54 ◦ blue 71

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

Shades of Old Rose #BA3647

Tints of Old Rose #BA3647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.83%

R = 59.81%
G = 17.36%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA3647 (or 0xBA3647) is known color: Old Rose. HEX triplet: BA, 36 and 47. RGB value is (186,54,71). Sum of RGB (Red+Green+Blue) = 186+54+71=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3647 is #45C9B8. Grayscale: #5F5F5F. Windows color (decimal): -4573625 or 4667066. OLE color: 4667066.

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

Color convert

RGB 186 54 71 -
CMYK 0 0.71 0.62 0.27
HSL 352.27º 0.55% 0.47% -
HSV(B) 352.27º 0.71% 0.73% -
XYZ 22.71 13.53 7.38 -
YUV 95.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 186 54 71 0 0.71 0.62 0.27 352.27 0.55 0.47
Hex BA 36 47 0 47 3E 1B 160 37 2F
Octal 272 66 107 0 107 76 33 540 67 57
Binary 10111010 110110 1000111 0 1000111 111110 11011 101100000 110111 101111

Color Harmonies of #BA3647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3647

Black with #BA3647

Text Example


Text Example

White with #BA3647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3647; }

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

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

background-color css

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

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

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

border-color css

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

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

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