Html Css Color HEX #BA3A5A Old Rose

📋 copy color: '#BA3A5A'

red 186 ◦ green 58 ◦ blue 90

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

Shades of Old Rose #BA3A5A

Tints of Old Rose #BA3A5A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.37%

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 55.69%
G = 17.37%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA3A5A (or 0xBA3A5A) is known color: Old Rose. HEX triplet: BA, 3A and 5A. RGB value is (186,58,90). Sum of RGB (Red+Green+Blue) = 186+58+90=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A5A is #45C5A5. Grayscale: #636363. Windows color (decimal): -4572582 or 5913274. OLE color: 5913274.

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

Color convert

RGB 186 58 90 -
CMYK 0 0.69 0.52 0.27
HSL 345º 0.52% 0.48% -
HSV(B) 345º 0.69% 0.73% -
XYZ 23.61 14.2 11.17 -
YUV 99.92 122.41 189.4 -
System Red Green Blue C M Y K H S L
Decimal 186 58 90 0 0.69 0.52 0.27 345 0.52 0.48
Hex BA 3A 5A 0 45 34 1B 159 34 30
Octal 272 72 132 0 105 64 33 531 64 60
Binary 10111010 111010 1011010 0 1000101 110100 11011 101011001 110100 110000

Color Harmonies of #BA3A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A5A

Black with #BA3A5A

Text Example


Text Example

White with #BA3A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A5A; }

 p { color: rgb(186,58,90); }

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

background-color css

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

 a { background-color: rgb(186,58,90); }

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

border-color css

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

 span { border-color: rgb(186,58,90); }

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