Html Css Color HEX #BA0750 Jazzberry Jam

📋 copy color: '#BA0750'

red 186 ◦ green 7 ◦ blue 80

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

Shades of Jazzberry Jam #BA0750

Tints of Jazzberry Jam #BA0750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

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

R = 68.13%
G = 2.56%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA0750 (or 0xBA0750) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 50. RGB value is (186,7,80). Sum of RGB (Red+Green+Blue) = 186+7+80=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0750 is #45F8AF. Grayscale: #444444. Windows color (decimal): -4585648 or 5244858. OLE color: 5244858.

HSL color Cylindrical-coordinate representation of color #BA0750: hue angle of 335.53º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0750 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 7 80 -
CMYK 0 0.96 0.57 0.27
HSL 335.53º 0.93% 0.38% -
HSV(B) 335.53º 0.96% 0.73% -
XYZ 21.77 11.17 8.6 -
YUV 68.84 134.3 211.56 -
System Red Green Blue C M Y K H S L
Decimal 186 7 80 0 0.96 0.57 0.27 335.53 0.93 0.38
Hex BA 7 50 0 60 39 1B 150 5D 26
Octal 272 7 120 0 140 71 33 520 135 46
Binary 10111010 111 1010000 0 1100000 111001 11011 101010000 1011101 100110

Color Harmonies of #BA0750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0750

Black with #BA0750

Text Example


Text Example

White with #BA0750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0750; }

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

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

background-color css

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

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

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

border-color css

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

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

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