Html Css Color HEX #BA0D68 Jazzberry Jam

📋 copy color: '#BA0D68'

red 186 ◦ green 13 ◦ blue 104

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

Shades of Jazzberry Jam #BA0D68

Tints of Jazzberry Jam #BA0D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 61.39%
G = 4.29%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA0D68 (or 0xBA0D68) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 68. RGB value is (186,13,104). Sum of RGB (Red+Green+Blue) = 186+13+104=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D68 is #45F297. Grayscale: #4A4A4A. Windows color (decimal): -4584088 or 6819258. OLE color: 6819258.

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

Color convert

RGB 186 13 104 -
CMYK 0 0.93 0.44 0.27
HSL 328.44º 0.87% 0.39% -
HSV(B) 328.44º 0.93% 0.73% -
XYZ 22.89 11.73 14.15 -
YUV 75.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 186 13 104 0 0.93 0.44 0.27 328.44 0.87 0.39
Hex BA D 68 0 5D 2C 1B 148 57 27
Octal 272 15 150 0 135 54 33 510 127 47
Binary 10111010 1101 1101000 0 1011101 101100 11011 101001000 1010111 100111

Color Harmonies of #BA0D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D68

Black with #BA0D68

Text Example


Text Example

White with #BA0D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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