Html Css Color HEX #BA0951 Jazzberry Jam

📋 copy color: '#BA0951'

red 186 ◦ green 9 ◦ blue 81

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

Shades of Jazzberry Jam #BA0951

Tints of Jazzberry Jam #BA0951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.35%

R = 67.39%
G = 3.26%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA0951 (or 0xBA0951) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 51. RGB value is (186,9,81). Sum of RGB (Red+Green+Blue) = 186+9+81=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0951 is #45F6AE. Grayscale: #464646. Windows color (decimal): -4585135 or 5310906. OLE color: 5310906.

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

Color convert

RGB 186 9 81 -
CMYK 0 0.95 0.56 0.27
HSL 335.59º 0.91% 0.38% -
HSV(B) 335.59º 0.95% 0.73% -
XYZ 21.83 11.23 8.8 -
YUV 70.13 134.14 210.65 -
System Red Green Blue C M Y K H S L
Decimal 186 9 81 0 0.95 0.56 0.27 335.59 0.91 0.38
Hex BA 9 51 0 5F 38 1B 150 5B 26
Octal 272 11 121 0 137 70 33 520 133 46
Binary 10111010 1001 1010001 0 1011111 111000 11011 101010000 1011011 100110

Color Harmonies of #BA0951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0951

Black with #BA0951

Text Example


Text Example

White with #BA0951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0951; }

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

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

background-color css

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

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

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

border-color css

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

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

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