Html Css Color HEX #BA3D4F Old Rose

📋 copy color: '#BA3D4F'

red 186 ◦ green 61 ◦ blue 79

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

Shades of Old Rose #BA3D4F

Tints of Old Rose #BA3D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

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

R = 57.06%
G = 18.71%
B = 24.23%

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

#BA3D4F (or 0xBA3D4F) is known color: Old Rose. HEX triplet: BA, 3D and 4F. RGB value is (186,61,79). Sum of RGB (Red+Green+Blue) = 186+61+79=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D4F is #45C2B0. Grayscale: #646464. Windows color (decimal): -4571825 or 5193146. OLE color: 5193146.

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

Color convert

RGB 186 61 79 -
CMYK 0 0.67 0.58 0.27
HSL 351.36º 0.51% 0.48% -
HSV(B) 351.36º 0.67% 0.73% -
XYZ 23.33 14.34 8.94 -
YUV 100.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 186 61 79 0 0.67 0.58 0.27 351.36 0.51 0.48
Hex BA 3D 4F 0 43 3A 1B 15F 33 30
Octal 272 75 117 0 103 72 33 537 63 60
Binary 10111010 111101 1001111 0 1000011 111010 11011 101011111 110011 110000

Color Harmonies of #BA3D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D4F

Black with #BA3D4F

Text Example


Text Example

White with #BA3D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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