Html Css Color HEX #BA3B4A Old Rose

📋 copy color: '#BA3B4A'

red 186 ◦ green 59 ◦ blue 74

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

Shades of Old Rose #BA3B4A

Tints of Old Rose #BA3B4A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.5%

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 58.31%
G = 18.5%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA3B4A (or 0xBA3B4A) is known color: Old Rose. HEX triplet: BA, 3B and 4A. RGB value is (186,59,74). Sum of RGB (Red+Green+Blue) = 186+59+74=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B4A is #45C4B5. Grayscale: #626262. Windows color (decimal): -4572342 or 4864954. OLE color: 4864954.

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

Color convert

RGB 186 59 74 -
CMYK 0 0.68 0.60 0.27
HSL 352.91º 0.52% 0.48% -
HSV(B) 352.91º 0.68% 0.73% -
XYZ 23.05 14.06 7.98 -
YUV 98.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 186 59 74 0 0.68 0.60 0.27 352.91 0.52 0.48
Hex BA 3B 4A 0 44 3C 1B 161 34 30
Octal 272 73 112 0 104 74 33 541 64 60
Binary 10111010 111011 1001010 0 1000100 111100 11011 101100001 110100 110000

Color Harmonies of #BA3B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B4A

Black with #BA3B4A

Text Example


Text Example

White with #BA3B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B4A; }

 p { color: rgb(186,59,74); }

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

background-color css

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

 a { background-color: rgb(186,59,74); }

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

border-color css

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

 span { border-color: rgb(186,59,74); }

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