Html Css Color HEX #BA0347 Jazzberry Jam

📋 copy color: '#BA0347'

red 186 ◦ green 3 ◦ blue 71

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

Shades of Jazzberry Jam #BA0347

Tints of Jazzberry Jam #BA0347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.31%

R = 71.54%
G = 1.15%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA0347 (or 0xBA0347) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 47. RGB value is (186,3,71). Sum of RGB (Red+Green+Blue) = 186+3+71=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0347 is #45FCB8. Grayscale: #414141. Windows color (decimal): -4586681 or 4654010. OLE color: 4654010.

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

Color convert

RGB 186 3 71 -
CMYK 0 0.98 0.62 0.27
HSL 337.7º 0.97% 0.37% -
HSV(B) 337.7º 0.98% 0.73% -
XYZ 21.42 10.96 6.95 -
YUV 65.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 186 3 71 0 0.98 0.62 0.27 337.7 0.97 0.37
Hex BA 3 47 0 62 3E 1B 152 61 25
Octal 272 3 107 0 142 76 33 522 141 45
Binary 10111010 11 1000111 0 1100010 111110 11011 101010010 1100001 100101

Color Harmonies of #BA0347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0347

Black with #BA0347

Text Example


Text Example

White with #BA0347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0347; }

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

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

background-color css

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

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

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

border-color css

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

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

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