Html Css Color HEX #BA2165 Jazzberry Jam

📋 copy color: '#BA2165'

red 186 ◦ green 33 ◦ blue 101

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

Shades of Jazzberry Jam #BA2165

Tints of Jazzberry Jam #BA2165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

 BLUE value IS 101 (39.84% from 255) = 31.56%

R = 58.13%
G = 10.31%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA2165 (or 0xBA2165) is known color: Jazzberry Jam. HEX triplet: BA, 21 and 65. RGB value is (186,33,101). Sum of RGB (Red+Green+Blue) = 186+33+101=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2165 is #45DE9A. Grayscale: #565656. Windows color (decimal): -4578971 or 6627770. OLE color: 6627770.

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

Color convert

RGB 186 33 101 -
CMYK 0 0.82 0.46 0.27
HSL 333.33º 0.7% 0.43% -
HSV(B) 333.33º 0.82% 0.73% -
XYZ 23.14 12.47 13.5 -
YUV 86.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 186 33 101 0 0.82 0.46 0.27 333.33 0.7 0.43
Hex BA 21 65 0 52 2E 1B 14D 46 2B
Octal 272 41 145 0 122 56 33 515 106 53
Binary 10111010 100001 1100101 0 1010010 101110 11011 101001101 1000110 101011

Color Harmonies of #BA2165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2165

Black with #BA2165

Text Example


Text Example

White with #BA2165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2165; }

 p { color: rgb(186,33,101); }

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

background-color css

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

 a { background-color: rgb(186,33,101); }

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

border-color css

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

 span { border-color: rgb(186,33,101); }

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