Html Css Color HEX #BA0657 Jazzberry Jam

📋 copy color: '#BA0657'

red 186 ◦ green 6 ◦ blue 87

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

Shades of Jazzberry Jam #BA0657

Tints of Jazzberry Jam #BA0657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.18%

R = 66.67%
G = 2.15%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA0657 (or 0xBA0657) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 57. RGB value is (186,6,87). Sum of RGB (Red+Green+Blue) = 186+6+87=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0657 is #45F9A8. Grayscale: #444444. Windows color (decimal): -4585897 or 5703354. OLE color: 5703354.

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

Color convert

RGB 186 6 87 -
CMYK 0 0.97 0.53 0.27
HSL 333º 0.94% 0.38% -
HSV(B) 333º 0.97% 0.73% -
XYZ 22.04 11.26 10.03 -
YUV 69.05 138.13 211.41 -
System Red Green Blue C M Y K H S L
Decimal 186 6 87 0 0.97 0.53 0.27 333 0.94 0.38
Hex BA 6 57 0 61 35 1B 14D 5E 26
Octal 272 6 127 0 141 65 33 515 136 46
Binary 10111010 110 1010111 0 1100001 110101 11011 101001101 1011110 100110

Color Harmonies of #BA0657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0657

Black with #BA0657

Text Example


Text Example

White with #BA0657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0657; }

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

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

background-color css

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

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

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

border-color css

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

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

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