Html Css Color HEX #BA0355 Jazzberry Jam

📋 copy color: '#BA0355'

red 186 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #BA0355

Tints of Jazzberry Jam #BA0355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.02%

R = 67.88%
G = 1.09%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA0355 (or 0xBA0355) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 55. RGB value is (186,3,85). Sum of RGB (Red+Green+Blue) = 186+3+85=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0355 is #45FCAA. Grayscale: #424242. Windows color (decimal): -4586667 or 5571514. OLE color: 5571514.

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

Color convert

RGB 186 3 85 -
CMYK 0 0.98 0.54 0.27
HSL 333.11º 0.97% 0.37% -
HSV(B) 333.11º 0.98% 0.73% -
XYZ 21.92 11.16 9.59 -
YUV 67.07 138.13 212.83 -
System Red Green Blue C M Y K H S L
Decimal 186 3 85 0 0.98 0.54 0.27 333.11 0.97 0.37
Hex BA 3 55 0 62 36 1B 14D 61 25
Octal 272 3 125 0 142 66 33 515 141 45
Binary 10111010 11 1010101 0 1100010 110110 11011 101001101 1100001 100101

Color Harmonies of #BA0355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0355

Black with #BA0355

Text Example


Text Example

White with #BA0355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0355; }

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

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

background-color css

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

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

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

border-color css

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

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

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