Html Css Color HEX #BA4447 Old Rose

📋 copy color: '#BA4447'

red 186 ◦ green 68 ◦ blue 71

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

Shades of Old Rose #BA4447

Tints of Old Rose #BA4447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

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

R = 57.23%
G = 20.92%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA4447 (or 0xBA4447) is known color: Old Rose. HEX triplet: BA, 44 and 47. RGB value is (186,68,71). Sum of RGB (Red+Green+Blue) = 186+68+71=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4447 is #45BBB8. Grayscale: #676767. Windows color (decimal): -4570041 or 4670650. OLE color: 4670650.

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

Color convert

RGB 186 68 71 -
CMYK 0 0.63 0.62 0.27
HSL 358.47º 0.46% 0.5% -
HSV(B) 358.47º 0.63% 0.73% -
XYZ 23.45 15.03 7.63 -
YUV 103.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 186 68 71 0 0.63 0.62 0.27 358.47 0.46 0.5
Hex BA 44 47 0 3F 3E 1B 166 2E 32
Octal 272 104 107 0 77 76 33 546 56 62
Binary 10111010 1000100 1000111 0 111111 111110 11011 101100110 101110 110010

Color Harmonies of #BA4447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4447

Black with #BA4447

Text Example


Text Example

White with #BA4447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4447; }

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

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

background-color css

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

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

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

border-color css

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

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

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