Html Css Color HEX #BA4547 Old Rose

📋 copy color: '#BA4547'

red 186 ◦ green 69 ◦ blue 71

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

Shades of Old Rose #BA4547

Tints of Old Rose #BA4547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

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

R = 57.06%
G = 21.17%
B = 21.78%

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

#BA4547 (or 0xBA4547) is known color: Old Rose. HEX triplet: BA, 45 and 47. RGB value is (186,69,71). Sum of RGB (Red+Green+Blue) = 186+69+71=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4547 is #45BAB8. Grayscale: #686868. Windows color (decimal): -4569785 or 4670906. OLE color: 4670906.

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

Color convert

RGB 186 69 71 -
CMYK 0 0.63 0.62 0.27
HSL 358.97º 0.46% 0.5% -
HSV(B) 358.97º 0.63% 0.73% -
XYZ 23.52 15.15 7.65 -
YUV 104.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 186 69 71 0 0.63 0.62 0.27 358.97 0.46 0.5
Hex BA 45 47 0 3F 3E 1B 167 2E 32
Octal 272 105 107 0 77 76 33 547 56 62
Binary 10111010 1000101 1000111 0 111111 111110 11011 101100111 101110 110010

Color Harmonies of #BA4547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4547

Black with #BA4547

Text Example


Text Example

White with #BA4547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4547; }

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

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

background-color css

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

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

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

border-color css

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

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

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