Html Css Color HEX #BA0653 Jazzberry Jam

📋 copy color: '#BA0653'

red 186 ◦ green 6 ◦ blue 83

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

Shades of Jazzberry Jam #BA0653

Tints of Jazzberry Jam #BA0653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

 BLUE value IS 83 (32.81% from 255) = 30.18%

R = 67.64%
G = 2.18%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA0653 (or 0xBA0653) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 53. RGB value is (186,6,83). Sum of RGB (Red+Green+Blue) = 186+6+83=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0653 is #45F9AC. Grayscale: #444444. Windows color (decimal): -4585901 or 5441210. OLE color: 5441210.

HSL color Cylindrical-coordinate representation of color #BA0653: hue angle of 334.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0653 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 6 83 -
CMYK 0 0.97 0.55 0.27
HSL 334.33º 0.94% 0.38% -
HSV(B) 334.33º 0.97% 0.73% -
XYZ 21.88 11.19 9.19 -
YUV 68.6 136.13 211.74 -
System Red Green Blue C M Y K H S L
Decimal 186 6 83 0 0.97 0.55 0.27 334.33 0.94 0.38
Hex BA 6 53 0 61 37 1B 14E 5E 26
Octal 272 6 123 0 141 67 33 516 136 46
Binary 10111010 110 1010011 0 1100001 110111 11011 101001110 1011110 100110

Color Harmonies of #BA0653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0653

Black with #BA0653

Text Example


Text Example

White with #BA0653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0653; }

 p { color: rgb(186,6,83); }

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

background-color css

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

 a { background-color: rgb(186,6,83); }

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

border-color css

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

 span { border-color: rgb(186,6,83); }

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