Html Css Color HEX #BA206B Jazzberry Jam

📋 copy color: '#BA206B'

red 186 ◦ green 32 ◦ blue 107

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

Shades of Jazzberry Jam #BA206B

Tints of Jazzberry Jam #BA206B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 57.23%
G = 9.85%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA206B (or 0xBA206B) is known color: Jazzberry Jam. HEX triplet: BA, 20 and 6B. RGB value is (186,32,107). Sum of RGB (Red+Green+Blue) = 186+32+107=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA206B is #45DF94. Grayscale: #565656. Windows color (decimal): -4579221 or 7020730. OLE color: 7020730.

HSL color Cylindrical-coordinate representation of color #BA206B: hue angle of 330.78º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA206B is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 107 -
CMYK 0 0.83 0.42 0.27
HSL 330.78º 0.71% 0.43% -
HSV(B) 330.78º 0.83% 0.73% -
XYZ 23.42 12.53 15.09 -
YUV 86.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 186 32 107 0 0.83 0.42 0.27 330.78 0.71 0.43
Hex BA 20 6B 0 53 2A 1B 14B 47 2B
Octal 272 40 153 0 123 52 33 513 107 53
Binary 10111010 100000 1101011 0 1010011 101010 11011 101001011 1000111 101011

Color Harmonies of #BA206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA206B

Black with #BA206B

Text Example


Text Example

White with #BA206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA206B; }

 p { color: rgb(186,32,107); }

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

background-color css

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

 a { background-color: rgb(186,32,107); }

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

border-color css

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

 span { border-color: rgb(186,32,107); }

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