Html Css Color HEX #BA3B5A Old Rose

📋 copy color: '#BA3B5A'

red 186 ◦ green 59 ◦ blue 90

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

Shades of Old Rose #BA3B5A

Tints of Old Rose #BA3B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.61%

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

R = 55.52%
G = 17.61%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA3B5A (or 0xBA3B5A) is known color: Old Rose. HEX triplet: BA, 3B and 5A. RGB value is (186,59,90). Sum of RGB (Red+Green+Blue) = 186+59+90=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B5A is #45C4A5. Grayscale: #646464. Windows color (decimal): -4572326 or 5913530. OLE color: 5913530.

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

Color convert

RGB 186 59 90 -
CMYK 0 0.68 0.52 0.27
HSL 345.35º 0.52% 0.48% -
HSV(B) 345.35º 0.68% 0.73% -
XYZ 23.66 14.31 11.19 -
YUV 100.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 186 59 90 0 0.68 0.52 0.27 345.35 0.52 0.48
Hex BA 3B 5A 0 44 34 1B 159 34 30
Octal 272 73 132 0 104 64 33 531 64 60
Binary 10111010 111011 1011010 0 1000100 110100 11011 101011001 110100 110000

Color Harmonies of #BA3B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B5A

Black with #BA3B5A

Text Example


Text Example

White with #BA3B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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