Html Css Color HEX #BA0362 Jazzberry Jam

📋 copy color: '#BA0362'

red 186 ◦ green 3 ◦ blue 98

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

Shades of Jazzberry Jam #BA0362

Tints of Jazzberry Jam #BA0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 64.81%
G = 1.05%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA0362 (or 0xBA0362) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 62. RGB value is (186,3,98). Sum of RGB (Red+Green+Blue) = 186+3+98=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0362 is #45FC9D. Grayscale: #444444. Windows color (decimal): -4586654 or 6423482. OLE color: 6423482.

HSL color Cylindrical-coordinate representation of color #BA0362: hue angle of 328.85º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0362 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 98 -
CMYK 0 0.98 0.47 0.27
HSL 328.85º 0.97% 0.37% -
HSV(B) 328.85º 0.98% 0.73% -
XYZ 22.49 11.39 12.57 -
YUV 68.55 144.63 211.78 -
System Red Green Blue C M Y K H S L
Decimal 186 3 98 0 0.98 0.47 0.27 328.85 0.97 0.37
Hex BA 3 62 0 62 2F 1B 149 61 25
Octal 272 3 142 0 142 57 33 511 141 45
Binary 10111010 11 1100010 0 1100010 101111 11011 101001001 1100001 100101

Color Harmonies of #BA0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0362

Black with #BA0362

Text Example


Text Example

White with #BA0362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0362; }

 p { color: rgb(186,3,98); }

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

background-color css

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

 a { background-color: rgb(186,3,98); }

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

border-color css

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

 span { border-color: rgb(186,3,98); }

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