Html Css Color HEX #BA0A50 Jazzberry Jam

📋 copy color: '#BA0A50'

red 186 ◦ green 10 ◦ blue 80

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

Shades of Jazzberry Jam #BA0A50

Tints of Jazzberry Jam #BA0A50

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

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

R = 67.39%
G = 3.62%
B = 28.99%

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

#BA0A50 (or 0xBA0A50) is known color: Jazzberry Jam. HEX triplet: BA, 0A and 50. RGB value is (186,10,80). Sum of RGB (Red+Green+Blue) = 186+10+80=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A50 is #45F5AF. Grayscale: #464646. Windows color (decimal): -4584880 or 5245626. OLE color: 5245626.

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

Color convert

RGB 186 10 80 -
CMYK 0 0.95 0.57 0.27
HSL 336.14º 0.9% 0.38% -
HSV(B) 336.14º 0.95% 0.73% -
XYZ 21.81 11.24 8.61 -
YUV 70.6 133.31 210.31 -
System Red Green Blue C M Y K H S L
Decimal 186 10 80 0 0.95 0.57 0.27 336.14 0.9 0.38
Hex BA A 50 0 5F 39 1B 150 5A 26
Octal 272 12 120 0 137 71 33 520 132 46
Binary 10111010 1010 1010000 0 1011111 111001 11011 101010000 1011010 100110

Color Harmonies of #BA0A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A50

Black with #BA0A50

Text Example


Text Example

White with #BA0A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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