Html Css Color HEX #BA355B Old Rose

📋 copy color: '#BA355B'

red 186 ◦ green 53 ◦ blue 91

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

Shades of Old Rose #BA355B

Tints of Old Rose #BA355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 56.36%
G = 16.06%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA355B (or 0xBA355B) is known color: Old Rose. HEX triplet: BA, 35 and 5B. RGB value is (186,53,91). Sum of RGB (Red+Green+Blue) = 186+53+91=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA355B is #45CAA4. Grayscale: #616161. Windows color (decimal): -4573861 or 5977530. OLE color: 5977530.

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

Color convert

RGB 186 53 91 -
CMYK 0 0.72 0.51 0.27
HSL 342.86º 0.56% 0.47% -
HSV(B) 342.86º 0.72% 0.73% -
XYZ 23.41 13.74 11.32 -
YUV 97.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 186 53 91 0 0.72 0.51 0.27 342.86 0.56 0.47
Hex BA 35 5B 0 48 33 1B 157 38 2F
Octal 272 65 133 0 110 63 33 527 70 57
Binary 10111010 110101 1011011 0 1001000 110011 11011 101010111 111000 101111

Color Harmonies of #BA355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA355B

Black with #BA355B

Text Example


Text Example

White with #BA355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA355B; }

 p { color: rgb(186,53,91); }

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

background-color css

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

 a { background-color: rgb(186,53,91); }

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

border-color css

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

 span { border-color: rgb(186,53,91); }

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