Html Css Color HEX #BA0147 Jazzberry Jam

📋 copy color: '#BA0147'

red 186 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #BA0147

Tints of Jazzberry Jam #BA0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 72.09%
G = 0.39%
B = 27.52%

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

#BA0147 (or 0xBA0147) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 47. RGB value is (186,1,71). Sum of RGB (Red+Green+Blue) = 186+1+71=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0147 is #45FEB8. Grayscale: #404040. Windows color (decimal): -4587193 or 4653498. OLE color: 4653498.

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

Color convert

RGB 186 1 71 -
CMYK 0 0.99 0.62 0.27
HSL 337.3º 0.99% 0.37% -
HSV(B) 337.3º 0.99% 0.73% -
XYZ 21.4 10.92 6.94 -
YUV 64.3 131.79 214.81 -
System Red Green Blue C M Y K H S L
Decimal 186 1 71 0 0.99 0.62 0.27 337.3 0.99 0.37
Hex BA 1 47 0 63 3E 1B 151 63 25
Octal 272 1 107 0 143 76 33 521 143 45
Binary 10111010 1 1000111 0 1100011 111110 11011 101010001 1100011 100101

Color Harmonies of #BA0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0147

Black with #BA0147

Text Example


Text Example

White with #BA0147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0147; }

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

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

background-color css

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

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

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

border-color css

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

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

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