Html Css Color HEX #BA0459 Jazzberry Jam

📋 copy color: '#BA0459'

red 186 ◦ green 4 ◦ blue 89

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

Shades of Jazzberry Jam #BA0459

Tints of Jazzberry Jam #BA0459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.9%

R = 66.67%
G = 1.43%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA0459 (or 0xBA0459) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 59. RGB value is (186,4,89). Sum of RGB (Red+Green+Blue) = 186+4+89=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0459 is #45FBA6. Grayscale: #434343. Windows color (decimal): -4586407 or 5833914. OLE color: 5833914.

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

Color convert

RGB 186 4 89 -
CMYK 0 0.98 0.52 0.27
HSL 331.98º 0.96% 0.37% -
HSV(B) 331.98º 0.98% 0.73% -
XYZ 22.1 11.25 10.46 -
YUV 68.11 139.8 212.09 -
System Red Green Blue C M Y K H S L
Decimal 186 4 89 0 0.98 0.52 0.27 331.98 0.96 0.37
Hex BA 4 59 0 62 34 1B 14C 60 25
Octal 272 4 131 0 142 64 33 514 140 45
Binary 10111010 100 1011001 0 1100010 110100 11011 101001100 1100000 100101

Color Harmonies of #BA0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0459

Black with #BA0459

Text Example


Text Example

White with #BA0459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0459; }

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

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

background-color css

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

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

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

border-color css

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

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

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