Html Css Color HEX #BA0352 Jazzberry Jam

📋 copy color: '#BA0352'

red 186 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #BA0352

Tints of Jazzberry Jam #BA0352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.26%

R = 68.63%
G = 1.11%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA0352 (or 0xBA0352) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 52. RGB value is (186,3,82). Sum of RGB (Red+Green+Blue) = 186+3+82=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0352 is #45FCAD. Grayscale: #424242. Windows color (decimal): -4586670 or 5374906. OLE color: 5374906.

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

Color convert

RGB 186 3 82 -
CMYK 0 0.98 0.56 0.27
HSL 334.1º 0.97% 0.37% -
HSV(B) 334.1º 0.98% 0.73% -
XYZ 21.81 11.11 8.98 -
YUV 66.72 136.63 213.08 -
System Red Green Blue C M Y K H S L
Decimal 186 3 82 0 0.98 0.56 0.27 334.1 0.97 0.37
Hex BA 3 52 0 62 38 1B 14E 61 25
Octal 272 3 122 0 142 70 33 516 141 45
Binary 10111010 11 1010010 0 1100010 111000 11011 101001110 1100001 100101

Color Harmonies of #BA0352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0352

Black with #BA0352

Text Example


Text Example

White with #BA0352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0352; }

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

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

background-color css

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

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

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

border-color css

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

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

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