Html Css Color HEX #BA2368 Jazzberry Jam

📋 copy color: '#BA2368'

red 186 ◦ green 35 ◦ blue 104

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

Shades of Jazzberry Jam #BA2368

Tints of Jazzberry Jam #BA2368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

 BLUE value IS 104 (41.02% from 255) = 32%

R = 57.23%
G = 10.77%
B = 32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA2368 (or 0xBA2368) is known color: Jazzberry Jam. HEX triplet: BA, 23 and 68. RGB value is (186,35,104). Sum of RGB (Red+Green+Blue) = 186+35+104=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2368 is #45DC97. Grayscale: #575757. Windows color (decimal): -4578456 or 6824890. OLE color: 6824890.

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

Color convert

RGB 186 35 104 -
CMYK 0 0.81 0.44 0.27
HSL 332.58º 0.68% 0.43% -
HSV(B) 332.58º 0.81% 0.73% -
XYZ 23.35 12.64 14.31 -
YUV 88.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 186 35 104 0 0.81 0.44 0.27 332.58 0.68 0.43
Hex BA 23 68 0 51 2C 1B 14D 44 2B
Octal 272 43 150 0 121 54 33 515 104 53
Binary 10111010 100011 1101000 0 1010001 101100 11011 101001101 1000100 101011

Color Harmonies of #BA2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2368

Black with #BA2368

Text Example


Text Example

White with #BA2368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2368; }

 p { color: rgb(186,35,104); }

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

background-color css

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

 a { background-color: rgb(186,35,104); }

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

border-color css

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

 span { border-color: rgb(186,35,104); }

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