Html Css Color HEX #BA0D58 Jazzberry Jam

📋 copy color: '#BA0D58'

red 186 ◦ green 13 ◦ blue 88

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

Shades of Jazzberry Jam #BA0D58

Tints of Jazzberry Jam #BA0D58

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.53%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 64.81%
G = 4.53%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA0D58 (or 0xBA0D58) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 58. RGB value is (186,13,88). Sum of RGB (Red+Green+Blue) = 186+13+88=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D58 is #45F2A7. Grayscale: #494949. Windows color (decimal): -4584104 or 5770682. OLE color: 5770682.

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

Color convert

RGB 186 13 88 -
CMYK 0 0.93 0.53 0.27
HSL 333.99º 0.87% 0.39% -
HSV(B) 333.99º 0.93% 0.73% -
XYZ 22.16 11.43 10.27 -
YUV 73.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 186 13 88 0 0.93 0.53 0.27 333.99 0.87 0.39
Hex BA D 58 0 5D 35 1B 14E 57 27
Octal 272 15 130 0 135 65 33 516 127 47
Binary 10111010 1101 1011000 0 1011101 110101 11011 101001110 1010111 100111

Color Harmonies of #BA0D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D58

Black with #BA0D58

Text Example


Text Example

White with #BA0D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D58; }

 p { color: rgb(186,13,88); }

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

background-color css

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

 a { background-color: rgb(186,13,88); }

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

border-color css

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

 span { border-color: rgb(186,13,88); }

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