Html Css Color HEX #BA0270 Jazzberry Jam

📋 copy color: '#BA0270'

red 186 ◦ green 2 ◦ blue 112

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

Shades of Jazzberry Jam #BA0270

Tints of Jazzberry Jam #BA0270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 62%
G = 0.67%
B = 37.33%

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

#BA0270 (or 0xBA0270) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 70. RGB value is (186,2,112). Sum of RGB (Red+Green+Blue) = 186+2+112=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0270 is #45FD8F. Grayscale: #454545. Windows color (decimal): -4586896 or 7340730. OLE color: 7340730.

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

Color convert

RGB 186 2 112 -
CMYK 0 0.99 0.40 0.27
HSL 324.13º 0.98% 0.37% -
HSV(B) 324.13º 0.99% 0.73% -
XYZ 23.2 11.65 16.36 -
YUV 69.56 151.96 211.06 -
System Red Green Blue C M Y K H S L
Decimal 186 2 112 0 0.99 0.40 0.27 324.13 0.98 0.37
Hex BA 2 70 0 63 28 1B 144 62 25
Octal 272 2 160 0 143 50 33 504 142 45
Binary 10111010 10 1110000 0 1100011 101000 11011 101000100 1100010 100101

Color Harmonies of #BA0270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0270

Black with #BA0270

Text Example


Text Example

White with #BA0270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0270; }

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

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

background-color css

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

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

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

border-color css

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

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

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