Html Css Color HEX #BA364B Old Rose

📋 copy color: '#BA364B'

red 186 ◦ green 54 ◦ blue 75

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

Shades of Old Rose #BA364B

Tints of Old Rose #BA364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.14%

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 59.05%
G = 17.14%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA364B (or 0xBA364B) is known color: Old Rose. HEX triplet: BA, 36 and 4B. RGB value is (186,54,75). Sum of RGB (Red+Green+Blue) = 186+54+75=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA364B is #45C9B4. Grayscale: #5F5F5F. Windows color (decimal): -4573621 or 4929210. OLE color: 4929210.

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

Color convert

RGB 186 54 75 -
CMYK 0 0.71 0.60 0.27
HSL 350.45º 0.55% 0.47% -
HSV(B) 350.45º 0.71% 0.73% -
XYZ 22.84 13.59 8.08 -
YUV 95.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 186 54 75 0 0.71 0.60 0.27 350.45 0.55 0.47
Hex BA 36 4B 0 47 3C 1B 15E 37 2F
Octal 272 66 113 0 107 74 33 536 67 57
Binary 10111010 110110 1001011 0 1000111 111100 11011 101011110 110111 101111

Color Harmonies of #BA364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA364B

Black with #BA364B

Text Example


Text Example

White with #BA364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA364B; }

 p { color: rgb(186,54,75); }

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

background-color css

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

 a { background-color: rgb(186,54,75); }

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

border-color css

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

 span { border-color: rgb(186,54,75); }

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