Html Css Color HEX #BA0862 Jazzberry Jam

📋 copy color: '#BA0862'

red 186 ◦ green 8 ◦ blue 98

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

Shades of Jazzberry Jam #BA0862

Tints of Jazzberry Jam #BA0862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

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

R = 63.7%
G = 2.74%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA0862 (or 0xBA0862) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 62. RGB value is (186,8,98). Sum of RGB (Red+Green+Blue) = 186+8+98=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0862 is #45F79D. Grayscale: #474747. Windows color (decimal): -4585374 or 6424762. OLE color: 6424762.

HSL color Cylindrical-coordinate representation of color #BA0862: hue angle of 329.66º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0862 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 98 -
CMYK 0 0.96 0.47 0.27
HSL 329.66º 0.92% 0.38% -
HSV(B) 329.66º 0.96% 0.73% -
XYZ 22.54 11.49 12.59 -
YUV 71.48 142.97 209.68 -
System Red Green Blue C M Y K H S L
Decimal 186 8 98 0 0.96 0.47 0.27 329.66 0.92 0.38
Hex BA 8 62 0 60 2F 1B 14A 5C 26
Octal 272 10 142 0 140 57 33 512 134 46
Binary 10111010 1000 1100010 0 1100000 101111 11011 101001010 1011100 100110

Color Harmonies of #BA0862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0862

Black with #BA0862

Text Example


Text Example

White with #BA0862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0862; }

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

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

background-color css

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

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

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

border-color css

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

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

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