Html Css Color HEX #BA0650 Jazzberry Jam

📋 copy color: '#BA0650'

red 186 ◦ green 6 ◦ blue 80

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

Shades of Jazzberry Jam #BA0650

Tints of Jazzberry Jam #BA0650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 68.38%
G = 2.21%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA0650 (or 0xBA0650) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 50. RGB value is (186,6,80). Sum of RGB (Red+Green+Blue) = 186+6+80=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0650 is #45F9AF. Grayscale: #444444. Windows color (decimal): -4585904 or 5244602. OLE color: 5244602.

HSL color Cylindrical-coordinate representation of color #BA0650: hue angle of 335.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 #BA0650 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 6 80 -
CMYK 0 0.97 0.57 0.27
HSL 335.33º 0.94% 0.38% -
HSV(B) 335.33º 0.97% 0.73% -
XYZ 21.76 11.15 8.59 -
YUV 68.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 186 6 80 0 0.97 0.57 0.27 335.33 0.94 0.38
Hex BA 6 50 0 61 39 1B 14F 5E 26
Octal 272 6 120 0 141 71 33 517 136 46
Binary 10111010 110 1010000 0 1100001 111001 11011 101001111 1011110 100110

Color Harmonies of #BA0650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0650

Black with #BA0650

Text Example


Text Example

White with #BA0650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0650; }

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

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

background-color css

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

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

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

border-color css

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

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

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