Html Css Color HEX #BA164F Old Rose

📋 copy color: '#BA164F'

red 186 ◦ green 22 ◦ blue 79

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

Shades of Old Rose #BA164F

Tints of Old Rose #BA164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

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

R = 64.81%
G = 7.67%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA164F (or 0xBA164F) is known color: Old Rose. HEX triplet: BA, 16 and 4F. RGB value is (186,22,79). Sum of RGB (Red+Green+Blue) = 186+22+79=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA164F is #45E9B0. Grayscale: #4D4D4D. Windows color (decimal): -4581809 or 5183162. OLE color: 5183162.

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

Color convert

RGB 186 22 79 -
CMYK 0 0.88 0.58 0.27
HSL 339.15º 0.79% 0.41% -
HSV(B) 339.15º 0.88% 0.73% -
XYZ 21.95 11.58 8.48 -
YUV 77.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 186 22 79 0 0.88 0.58 0.27 339.15 0.79 0.41
Hex BA 16 4F 0 58 3A 1B 153 4F 29
Octal 272 26 117 0 130 72 33 523 117 51
Binary 10111010 10110 1001111 0 1011000 111010 11011 101010011 1001111 101001

Color Harmonies of #BA164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA164F

Black with #BA164F

Text Example


Text Example

White with #BA164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA164F; }

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

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

background-color css

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

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

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

border-color css

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

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

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