Html Css Color HEX #BA335A Old Rose

📋 copy color: '#BA335A'

red 186 ◦ green 51 ◦ blue 90

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

Shades of Old Rose #BA335A

Tints of Old Rose #BA335A

RGB

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

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

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

R = 56.88%
G = 15.6%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA335A (or 0xBA335A) is known color: Old Rose. HEX triplet: BA, 33 and 5A. RGB value is (186,51,90). Sum of RGB (Red+Green+Blue) = 186+51+90=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA335A is #45CCA5. Grayscale: #5F5F5F. Windows color (decimal): -4574374 or 5911482. OLE color: 5911482.

HSL color Cylindrical-coordinate representation of color #BA335A: hue angle of 342.67º 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 #BA335A is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 90 -
CMYK 0 0.73 0.52 0.27
HSL 342.67º 0.57% 0.46% -
HSV(B) 342.67º 0.73% 0.73% -
XYZ 23.28 13.54 11.06 -
YUV 95.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 186 51 90 0 0.73 0.52 0.27 342.67 0.57 0.46
Hex BA 33 5A 0 49 34 1B 157 39 2E
Octal 272 63 132 0 111 64 33 527 71 56
Binary 10111010 110011 1011010 0 1001001 110100 11011 101010111 111001 101110

Color Harmonies of #BA335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA335A

Black with #BA335A

Text Example


Text Example

White with #BA335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA335A; }

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

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

background-color css

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

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

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

border-color css

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

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

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