Html Css Color HEX #BA0159 Jazzberry Jam

📋 copy color: '#BA0159'

red 186 ◦ green 1 ◦ blue 89

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

Shades of Jazzberry Jam #BA0159

Tints of Jazzberry Jam #BA0159

RGB

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

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

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

R = 67.39%
G = 0.36%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA0159 (or 0xBA0159) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 59. RGB value is (186,1,89). Sum of RGB (Red+Green+Blue) = 186+1+89=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0159 is #45FEA6. Grayscale: #424242. Windows color (decimal): -4587175 or 5833146. OLE color: 5833146.

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

Color convert

RGB 186 1 89 -
CMYK 0 0.99 0.52 0.27
HSL 331.46º 0.99% 0.37% -
HSV(B) 331.46º 0.99% 0.73% -
XYZ 22.06 11.18 10.45 -
YUV 66.35 140.79 213.34 -
System Red Green Blue C M Y K H S L
Decimal 186 1 89 0 0.99 0.52 0.27 331.46 0.99 0.37
Hex BA 1 59 0 63 34 1B 14B 63 25
Octal 272 1 131 0 143 64 33 513 143 45
Binary 10111010 1 1011001 0 1100011 110100 11011 101001011 1100011 100101

Color Harmonies of #BA0159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0159

Black with #BA0159

Text Example


Text Example

White with #BA0159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0159; }

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

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

background-color css

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

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

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

border-color css

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

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

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