Html Css Color HEX #BA1665 Jazzberry Jam

📋 copy color: '#BA1665'

red 186 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #BA1665

Tints of Jazzberry Jam #BA1665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.12%

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 60.19%
G = 7.12%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA1665 (or 0xBA1665) is known color: Jazzberry Jam. HEX triplet: BA, 16 and 65. RGB value is (186,22,101). Sum of RGB (Red+Green+Blue) = 186+22+101=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1665 is #45E99A. Grayscale: #4F4F4F. Windows color (decimal): -4581787 or 6624954. OLE color: 6624954.

HSL color Cylindrical-coordinate representation of color #BA1665: hue angle of 331.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1665 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 101 -
CMYK 0 0.88 0.46 0.27
HSL 331.1º 0.79% 0.41% -
HSV(B) 331.1º 0.88% 0.73% -
XYZ 22.89 11.95 13.41 -
YUV 80.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 186 22 101 0 0.88 0.46 0.27 331.1 0.79 0.41
Hex BA 16 65 0 58 2E 1B 14B 4F 29
Octal 272 26 145 0 130 56 33 513 117 51
Binary 10111010 10110 1100101 0 1011000 101110 11011 101001011 1001111 101001

Color Harmonies of #BA1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1665

Black with #BA1665

Text Example


Text Example

White with #BA1665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1665; }

 p { color: rgb(186,22,101); }

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

background-color css

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

 a { background-color: rgb(186,22,101); }

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

border-color css

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

 span { border-color: rgb(186,22,101); }

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