Html Css Color HEX #BA3F4A Old Rose

📋 copy color: '#BA3F4A'

red 186 ◦ green 63 ◦ blue 74

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

Shades of Old Rose #BA3F4A

Tints of Old Rose #BA3F4A

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

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

R = 57.59%
G = 19.5%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA3F4A (or 0xBA3F4A) is known color: Old Rose. HEX triplet: BA, 3F and 4A. RGB value is (186,63,74). Sum of RGB (Red+Green+Blue) = 186+63+74=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F4A is #45C0B5. Grayscale: #656565. Windows color (decimal): -4571318 or 4865978. OLE color: 4865978.

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

Color convert

RGB 186 63 74 -
CMYK 0 0.66 0.60 0.27
HSL 354.63º 0.49% 0.49% -
HSV(B) 354.63º 0.66% 0.73% -
XYZ 23.26 14.49 8.05 -
YUV 101.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 186 63 74 0 0.66 0.60 0.27 354.63 0.49 0.49
Hex BA 3F 4A 0 42 3C 1B 163 31 31
Octal 272 77 112 0 102 74 33 543 61 61
Binary 10111010 111111 1001010 0 1000010 111100 11011 101100011 110001 110001

Color Harmonies of #BA3F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F4A

Black with #BA3F4A

Text Example


Text Example

White with #BA3F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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