Html Css Color HEX #BA2743 Old Rose

📋 copy color: '#BA2743'

red 186 ◦ green 39 ◦ blue 67

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

Shades of Old Rose #BA2743

Tints of Old Rose #BA2743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

 BLUE value IS 67 (26.56% from 255) = 22.95%

R = 63.7%
G = 13.36%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA2743 (or 0xBA2743) is known color: Old Rose. HEX triplet: BA, 27 and 43. RGB value is (186,39,67). Sum of RGB (Red+Green+Blue) = 186+39+67=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2743 is #45D8BC. Grayscale: #565656. Windows color (decimal): -4577469 or 4401082. OLE color: 4401082.

HSL color Cylindrical-coordinate representation of color #BA2743: hue angle of 348.57º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2743 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 67 -
CMYK 0 0.79 0.64 0.27
HSL 348.57º 0.65% 0.44% -
HSV(B) 348.57º 0.79% 0.73% -
XYZ 21.99 12.3 6.52 -
YUV 86.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 186 39 67 0 0.79 0.64 0.27 348.57 0.65 0.44
Hex BA 27 43 0 4F 40 1B 15D 41 2C
Octal 272 47 103 0 117 100 33 535 101 54
Binary 10111010 100111 1000011 0 1001111 1000000 11011 101011101 1000001 101100

Color Harmonies of #BA2743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2743

Black with #BA2743

Text Example


Text Example

White with #BA2743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2743; }

 p { color: rgb(186,39,67); }

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

background-color css

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

 a { background-color: rgb(186,39,67); }

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

border-color css

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

 span { border-color: rgb(186,39,67); }

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