Html Css Color HEX #BA3E4F Old Rose

📋 copy color: '#BA3E4F'

red 186 ◦ green 62 ◦ blue 79

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

Shades of Old Rose #BA3E4F

Tints of Old Rose #BA3E4F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.96%

 BLUE value IS 79 (31.25% from 255) = 24.16%

R = 56.88%
G = 18.96%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA3E4F (or 0xBA3E4F) is known color: Old Rose. HEX triplet: BA, 3E and 4F. RGB value is (186,62,79). Sum of RGB (Red+Green+Blue) = 186+62+79=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E4F is #45C1B0. Grayscale: #656565. Windows color (decimal): -4571569 or 5193402. OLE color: 5193402.

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

Color convert

RGB 186 62 79 -
CMYK 0 0.67 0.58 0.27
HSL 351.77º 0.5% 0.49% -
HSV(B) 351.77º 0.67% 0.73% -
XYZ 23.38 14.45 8.95 -
YUV 101.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 186 62 79 0 0.67 0.58 0.27 351.77 0.5 0.49
Hex BA 3E 4F 0 43 3A 1B 160 32 31
Octal 272 76 117 0 103 72 33 540 62 61
Binary 10111010 111110 1001111 0 1000011 111010 11011 101100000 110010 110001

Color Harmonies of #BA3E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E4F

Black with #BA3E4F

Text Example


Text Example

White with #BA3E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E4F; }

 p { color: rgb(186,62,79); }

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

background-color css

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

 a { background-color: rgb(186,62,79); }

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

border-color css

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

 span { border-color: rgb(186,62,79); }

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