Html Css Color HEX #BA3D52 Old Rose

📋 copy color: '#BA3D52'

red 186 ◦ green 61 ◦ blue 82

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

Shades of Old Rose #BA3D52

Tints of Old Rose #BA3D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 56.53%
G = 18.54%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA3D52 (or 0xBA3D52) is known color: Old Rose. HEX triplet: BA, 3D and 52. RGB value is (186,61,82). Sum of RGB (Red+Green+Blue) = 186+61+82=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D52 is #45C2AD. Grayscale: #646464. Windows color (decimal): -4571822 or 5389754. OLE color: 5389754.

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

Color convert

RGB 186 61 82 -
CMYK 0 0.67 0.56 0.27
HSL 349.92º 0.51% 0.48% -
HSV(B) 349.92º 0.67% 0.73% -
XYZ 23.44 14.39 9.52 -
YUV 100.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 186 61 82 0 0.67 0.56 0.27 349.92 0.51 0.48
Hex BA 3D 52 0 43 38 1B 15E 33 30
Octal 272 75 122 0 103 70 33 536 63 60
Binary 10111010 111101 1010010 0 1000011 111000 11011 101011110 110011 110000

Color Harmonies of #BA3D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D52

Black with #BA3D52

Text Example


Text Example

White with #BA3D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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