Html Css Color HEX #BA335E Old Rose

📋 copy color: '#BA335E'

red 186 ◦ green 51 ◦ blue 94

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

Shades of Old Rose #BA335E

Tints of Old Rose #BA335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 56.19%
G = 15.41%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA335E (or 0xBA335E) is known color: Old Rose. HEX triplet: BA, 33 and 5E. RGB value is (186,51,94). Sum of RGB (Red+Green+Blue) = 186+51+94=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA335E is #45CCA1. Grayscale: #606060. Windows color (decimal): -4574370 or 6173626. OLE color: 6173626.

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

Color convert

RGB 186 51 94 -
CMYK 0 0.73 0.49 0.27
HSL 340.89º 0.57% 0.46% -
HSV(B) 340.89º 0.73% 0.73% -
XYZ 23.45 13.61 11.98 -
YUV 96.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 186 51 94 0 0.73 0.49 0.27 340.89 0.57 0.46
Hex BA 33 5E 0 49 31 1B 155 39 2E
Octal 272 63 136 0 111 61 33 525 71 56
Binary 10111010 110011 1011110 0 1001001 110001 11011 101010101 111001 101110

Color Harmonies of #BA335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA335E

Black with #BA335E

Text Example


Text Example

White with #BA335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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