Html Css Color HEX #BA3358 Old Rose

📋 copy color: '#BA3358'

red 186 ◦ green 51 ◦ blue 88

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

Shades of Old Rose #BA3358

Tints of Old Rose #BA3358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 57.23%
G = 15.69%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA3358 (or 0xBA3358) is known color: Old Rose. HEX triplet: BA, 33 and 58. RGB value is (186,51,88). Sum of RGB (Red+Green+Blue) = 186+51+88=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3358 is #45CCA7. Grayscale: #5F5F5F. Windows color (decimal): -4574376 or 5780410. OLE color: 5780410.

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

Color convert

RGB 186 51 88 -
CMYK 0 0.73 0.53 0.27
HSL 343.56º 0.57% 0.46% -
HSV(B) 343.56º 0.73% 0.73% -
XYZ 23.19 13.51 10.62 -
YUV 95.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 186 51 88 0 0.73 0.53 0.27 343.56 0.57 0.46
Hex BA 33 58 0 49 35 1B 158 39 2E
Octal 272 63 130 0 111 65 33 530 71 56
Binary 10111010 110011 1011000 0 1001001 110101 11011 101011000 111001 101110

Color Harmonies of #BA3358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3358

Black with #BA3358

Text Example


Text Example

White with #BA3358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3358; }

 p { color: rgb(186,51,88); }

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

background-color css

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

 a { background-color: rgb(186,51,88); }

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

border-color css

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

 span { border-color: rgb(186,51,88); }

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