Html Css Color HEX #BA0146 Jazzberry Jam

📋 copy color: '#BA0146'

red 186 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #BA0146

Tints of Jazzberry Jam #BA0146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 72.37%
G = 0.39%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA0146 (or 0xBA0146) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 46. RGB value is (186,1,70). Sum of RGB (Red+Green+Blue) = 186+1+70=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0146 is #45FEB9. Grayscale: #404040. Windows color (decimal): -4587194 or 4587962. OLE color: 4587962.

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

Color convert

RGB 186 1 70 -
CMYK 0 0.99 0.62 0.27
HSL 337.62º 0.99% 0.37% -
HSV(B) 337.62º 0.99% 0.73% -
XYZ 21.37 10.9 6.77 -
YUV 64.18 131.29 214.89 -
System Red Green Blue C M Y K H S L
Decimal 186 1 70 0 0.99 0.62 0.27 337.62 0.99 0.37
Hex BA 1 46 0 63 3E 1B 152 63 25
Octal 272 1 106 0 143 76 33 522 143 45
Binary 10111010 1 1000110 0 1100011 111110 11011 101010010 1100011 100101

Color Harmonies of #BA0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0146

Black with #BA0146

Text Example


Text Example

White with #BA0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0146; }

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

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

background-color css

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

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

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

border-color css

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

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

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