Html Css Color HEX #BA0156 Jazzberry Jam

📋 copy color: '#BA0156'

red 186 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #BA0156

Tints of Jazzberry Jam #BA0156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 68.13%
G = 0.37%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA0156 (or 0xBA0156) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 56. RGB value is (186,1,86). Sum of RGB (Red+Green+Blue) = 186+1+86=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0156 is #45FEA9. Grayscale: #414141. Windows color (decimal): -4587178 or 5636538. OLE color: 5636538.

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

Color convert

RGB 186 1 86 -
CMYK 0 0.99 0.54 0.27
HSL 332.43º 0.99% 0.37% -
HSV(B) 332.43º 0.99% 0.73% -
XYZ 21.94 11.13 9.8 -
YUV 66.01 139.29 213.59 -
System Red Green Blue C M Y K H S L
Decimal 186 1 86 0 0.99 0.54 0.27 332.43 0.99 0.37
Hex BA 1 56 0 63 36 1B 14C 63 25
Octal 272 1 126 0 143 66 33 514 143 45
Binary 10111010 1 1010110 0 1100011 110110 11011 101001100 1100011 100101

Color Harmonies of #BA0156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0156

Black with #BA0156

Text Example


Text Example

White with #BA0156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0156; }

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

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

background-color css

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

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

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

border-color css

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

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

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