Html Css Color HEX #BA0250 Jazzberry Jam

📋 copy color: '#BA0250'

red 186 ◦ green 2 ◦ blue 80

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

Shades of Jazzberry Jam #BA0250

Tints of Jazzberry Jam #BA0250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 69.4%
G = 0.75%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA0250 (or 0xBA0250) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 50. RGB value is (186,2,80). Sum of RGB (Red+Green+Blue) = 186+2+80=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0250 is #45FDAF. Grayscale: #414141. Windows color (decimal): -4586928 or 5243578. OLE color: 5243578.

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

Color convert

RGB 186 2 80 -
CMYK 0 0.99 0.57 0.27
HSL 334.57º 0.98% 0.37% -
HSV(B) 334.57º 0.99% 0.73% -
XYZ 21.72 11.06 8.58 -
YUV 65.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 186 2 80 0 0.99 0.57 0.27 334.57 0.98 0.37
Hex BA 2 50 0 63 39 1B 14F 62 25
Octal 272 2 120 0 143 71 33 517 142 45
Binary 10111010 10 1010000 0 1100011 111001 11011 101001111 1100010 100101

Color Harmonies of #BA0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0250

Black with #BA0250

Text Example


Text Example

White with #BA0250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0250; }

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

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

background-color css

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

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

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

border-color css

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

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

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