Html Css Color HEX #BA0950 Jazzberry Jam

📋 copy color: '#BA0950'

red 186 ◦ green 9 ◦ blue 80

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

Shades of Jazzberry Jam #BA0950

Tints of Jazzberry Jam #BA0950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

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

R = 67.64%
G = 3.27%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA0950 (or 0xBA0950) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 50. RGB value is (186,9,80). Sum of RGB (Red+Green+Blue) = 186+9+80=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0950 is #45F6AF. Grayscale: #454545. Windows color (decimal): -4585136 or 5245370. OLE color: 5245370.

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

Color convert

RGB 186 9 80 -
CMYK 0 0.95 0.57 0.27
HSL 335.93º 0.91% 0.38% -
HSV(B) 335.93º 0.95% 0.73% -
XYZ 21.8 11.21 8.61 -
YUV 70.02 133.64 210.73 -
System Red Green Blue C M Y K H S L
Decimal 186 9 80 0 0.95 0.57 0.27 335.93 0.91 0.38
Hex BA 9 50 0 5F 39 1B 150 5B 26
Octal 272 11 120 0 137 71 33 520 133 46
Binary 10111010 1001 1010000 0 1011111 111001 11011 101010000 1011011 100110

Color Harmonies of #BA0950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0950

Black with #BA0950

Text Example


Text Example

White with #BA0950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0950; }

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

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

background-color css

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

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

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

border-color css

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

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

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