Html Css Color HEX #BA1B68 Jazzberry Jam

📋 copy color: '#BA1B68'

red 186 ◦ green 27 ◦ blue 104

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

Shades of Jazzberry Jam #BA1B68

Tints of Jazzberry Jam #BA1B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.52%

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

R = 58.68%
G = 8.52%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA1B68 (or 0xBA1B68) is known color: Jazzberry Jam. HEX triplet: BA, 1B and 68. RGB value is (186,27,104). Sum of RGB (Red+Green+Blue) = 186+27+104=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B68 is #45E497. Grayscale: #535353. Windows color (decimal): -4580504 or 6822842. OLE color: 6822842.

HSL color Cylindrical-coordinate representation of color #BA1B68: hue angle of 330.94º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B68 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 27 104 -
CMYK 0 0.85 0.44 0.27
HSL 330.94º 0.75% 0.42% -
HSV(B) 330.94º 0.85% 0.73% -
XYZ 23.14 12.22 14.24 -
YUV 83.32 139.68 201.24 -
System Red Green Blue C M Y K H S L
Decimal 186 27 104 0 0.85 0.44 0.27 330.94 0.75 0.42
Hex BA 1B 68 0 55 2C 1B 14B 4B 2A
Octal 272 33 150 0 125 54 33 513 113 52
Binary 10111010 11011 1101000 0 1010101 101100 11011 101001011 1001011 101010

Color Harmonies of #BA1B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B68

Black with #BA1B68

Text Example


Text Example

White with #BA1B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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