Html Css Color HEX #BA0170 Jazzberry Jam

📋 copy color: '#BA0170'

red 186 ◦ green 1 ◦ blue 112

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

Shades of Jazzberry Jam #BA0170

Tints of Jazzberry Jam #BA0170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 62.21%
G = 0.33%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA0170 (or 0xBA0170) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 70. RGB value is (186,1,112). Sum of RGB (Red+Green+Blue) = 186+1+112=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0170 is #45FE8F. Grayscale: #444444. Windows color (decimal): -4587152 or 7340474. OLE color: 7340474.

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

Color convert

RGB 186 1 112 -
CMYK 0 0.99 0.40 0.27
HSL 324º 0.99% 0.37% -
HSV(B) 324º 0.99% 0.73% -
XYZ 23.19 11.63 16.35 -
YUV 68.97 152.29 211.47 -
System Red Green Blue C M Y K H S L
Decimal 186 1 112 0 0.99 0.40 0.27 324 0.99 0.37
Hex BA 1 70 0 63 28 1B 144 63 25
Octal 272 1 160 0 143 50 33 504 143 45
Binary 10111010 1 1110000 0 1100011 101000 11011 101000100 1100011 100101

Color Harmonies of #BA0170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0170

Black with #BA0170

Text Example


Text Example

White with #BA0170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0170; }

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

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

background-color css

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

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

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

border-color css

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

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

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