Html Css Color HEX #BA0656 Jazzberry Jam

📋 copy color: '#BA0656'

red 186 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #BA0656

Tints of Jazzberry Jam #BA0656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 66.91%
G = 2.16%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA0656 (or 0xBA0656) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 56. RGB value is (186,6,86). Sum of RGB (Red+Green+Blue) = 186+6+86=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0656 is #45F9A9. Grayscale: #444444. Windows color (decimal): -4585898 or 5637818. OLE color: 5637818.

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

Color convert

RGB 186 6 86 -
CMYK 0 0.97 0.54 0.27
HSL 333.33º 0.94% 0.38% -
HSV(B) 333.33º 0.97% 0.73% -
XYZ 21.99 11.24 9.81 -
YUV 68.94 137.63 211.5 -
System Red Green Blue C M Y K H S L
Decimal 186 6 86 0 0.97 0.54 0.27 333.33 0.94 0.38
Hex BA 6 56 0 61 36 1B 14D 5E 26
Octal 272 6 126 0 141 66 33 515 136 46
Binary 10111010 110 1010110 0 1100001 110110 11011 101001101 1011110 100110

Color Harmonies of #BA0656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0656

Black with #BA0656

Text Example


Text Example

White with #BA0656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0656; }

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

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

background-color css

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

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

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

border-color css

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

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

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