Html Css Color HEX #BA0164 Jazzberry Jam

📋 copy color: '#BA0164'

red 186 ◦ green 1 ◦ blue 100

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

Shades of Jazzberry Jam #BA0164

Tints of Jazzberry Jam #BA0164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 64.81%
G = 0.35%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA0164 (or 0xBA0164) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 64. RGB value is (186,1,100). Sum of RGB (Red+Green+Blue) = 186+1+100=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0164 is #45FE9B. Grayscale: #434343. Windows color (decimal): -4587164 or 6554042. OLE color: 6554042.

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

Color convert

RGB 186 1 100 -
CMYK 0 0.99 0.46 0.27
HSL 327.89º 0.99% 0.37% -
HSV(B) 327.89º 0.99% 0.73% -
XYZ 22.56 11.38 13.06 -
YUV 67.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 186 1 100 0 0.99 0.46 0.27 327.89 0.99 0.37
Hex BA 1 64 0 63 2E 1B 148 63 25
Octal 272 1 144 0 143 56 33 510 143 45
Binary 10111010 1 1100100 0 1100011 101110 11011 101001000 1100011 100101

Color Harmonies of #BA0164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0164

Black with #BA0164

Text Example


Text Example

White with #BA0164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0164; }

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

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

background-color css

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

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

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

border-color css

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

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

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