Html Css Color HEX #BA0162 Jazzberry Jam

📋 copy color: '#BA0162'

red 186 ◦ green 1 ◦ blue 98

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

Shades of Jazzberry Jam #BA0162

Tints of Jazzberry Jam #BA0162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 65.26%
G = 0.35%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA0162 (or 0xBA0162) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 62. RGB value is (186,1,98). Sum of RGB (Red+Green+Blue) = 186+1+98=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0162 is #45FE9D. Grayscale: #434343. Windows color (decimal): -4587166 or 6422970. OLE color: 6422970.

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

Color convert

RGB 186 1 98 -
CMYK 0 0.99 0.47 0.27
HSL 328.54º 0.99% 0.37% -
HSV(B) 328.54º 0.99% 0.73% -
XYZ 22.47 11.34 12.56 -
YUV 67.37 145.29 212.61 -
System Red Green Blue C M Y K H S L
Decimal 186 1 98 0 0.99 0.47 0.27 328.54 0.99 0.37
Hex BA 1 62 0 63 2F 1B 149 63 25
Octal 272 1 142 0 143 57 33 511 143 45
Binary 10111010 1 1100010 0 1100011 101111 11011 101001001 1100011 100101

Color Harmonies of #BA0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0162

Black with #BA0162

Text Example


Text Example

White with #BA0162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0162; }

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

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

background-color css

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

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

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

border-color css

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

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

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