Html Css Color HEX #BA0460 Jazzberry Jam

📋 copy color: '#BA0460'

red 186 ◦ green 4 ◦ blue 96

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

Shades of Jazzberry Jam #BA0460

Tints of Jazzberry Jam #BA0460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 65.03%
G = 1.4%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA0460 (or 0xBA0460) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 60. RGB value is (186,4,96). Sum of RGB (Red+Green+Blue) = 186+4+96=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0460 is #45FB9F. Grayscale: #444444. Windows color (decimal): -4586400 or 6292666. OLE color: 6292666.

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

Color convert

RGB 186 4 96 -
CMYK 0 0.98 0.48 0.27
HSL 329.67º 0.96% 0.37% -
HSV(B) 329.67º 0.98% 0.73% -
XYZ 22.4 11.37 12.08 -
YUV 68.91 143.3 211.52 -
System Red Green Blue C M Y K H S L
Decimal 186 4 96 0 0.98 0.48 0.27 329.67 0.96 0.37
Hex BA 4 60 0 62 30 1B 14A 60 25
Octal 272 4 140 0 142 60 33 512 140 45
Binary 10111010 100 1100000 0 1100010 110000 11011 101001010 1100000 100101

Color Harmonies of #BA0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0460

Black with #BA0460

Text Example


Text Example

White with #BA0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0460; }

 p { color: rgb(186,4,96); }

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

background-color css

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

 a { background-color: rgb(186,4,96); }

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

border-color css

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

 span { border-color: rgb(186,4,96); }

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