Html Css Color HEX #BA0D64 Jazzberry Jam

📋 copy color: '#BA0D64'

red 186 ◦ green 13 ◦ blue 100

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

Shades of Jazzberry Jam #BA0D64

Tints of Jazzberry Jam #BA0D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 62.21%
G = 4.35%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA0D64 (or 0xBA0D64) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 64. RGB value is (186,13,100). Sum of RGB (Red+Green+Blue) = 186+13+100=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D64 is #45F29B. Grayscale: #4A4A4A. Windows color (decimal): -4584092 or 6557114. OLE color: 6557114.

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

Color convert

RGB 186 13 100 -
CMYK 0 0.93 0.46 0.27
HSL 329.83º 0.87% 0.39% -
HSV(B) 329.83º 0.93% 0.73% -
XYZ 22.69 11.65 13.11 -
YUV 74.65 142.31 207.43 -
System Red Green Blue C M Y K H S L
Decimal 186 13 100 0 0.93 0.46 0.27 329.83 0.87 0.39
Hex BA D 64 0 5D 2E 1B 14A 57 27
Octal 272 15 144 0 135 56 33 512 127 47
Binary 10111010 1101 1100100 0 1011101 101110 11011 101001010 1010111 100111

Color Harmonies of #BA0D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D64

Black with #BA0D64

Text Example


Text Example

White with #BA0D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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