Html Css Color HEX #BA0462 Jazzberry Jam

📋 copy color: '#BA0462'

red 186 ◦ green 4 ◦ blue 98

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

Shades of Jazzberry Jam #BA0462

Tints of Jazzberry Jam #BA0462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 64.58%
G = 1.39%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA0462 (or 0xBA0462) is known color: Jazzberry Jam. HEX triplet: BA, 04 and 62. RGB value is (186,4,98). Sum of RGB (Red+Green+Blue) = 186+4+98=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0462 is #45FB9D. Grayscale: #444444. Windows color (decimal): -4586398 or 6423738. OLE color: 6423738.

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

Color convert

RGB 186 4 98 -
CMYK 0 0.98 0.47 0.27
HSL 329.01º 0.96% 0.37% -
HSV(B) 329.01º 0.98% 0.73% -
XYZ 22.5 11.41 12.57 -
YUV 69.13 144.3 211.36 -
System Red Green Blue C M Y K H S L
Decimal 186 4 98 0 0.98 0.47 0.27 329.01 0.96 0.37
Hex BA 4 62 0 62 2F 1B 149 60 25
Octal 272 4 142 0 142 57 33 511 140 45
Binary 10111010 100 1100010 0 1100010 101111 11011 101001001 1100000 100101

Color Harmonies of #BA0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0462

Black with #BA0462

Text Example


Text Example

White with #BA0462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0462; }

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

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

background-color css

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

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

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

border-color css

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

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

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