Html Css Color HEX #BA1967 Jazzberry Jam

📋 copy color: '#BA1967'

red 186 ◦ green 25 ◦ blue 103

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

Shades of Jazzberry Jam #BA1967

Tints of Jazzberry Jam #BA1967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 59.24%
G = 7.96%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA1967 (or 0xBA1967) is known color: Jazzberry Jam. HEX triplet: BA, 19 and 67. RGB value is (186,25,103). Sum of RGB (Red+Green+Blue) = 186+25+103=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1967 is #45E698. Grayscale: #515151. Windows color (decimal): -4581017 or 6756794. OLE color: 6756794.

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

Color convert

RGB 186 25 103 -
CMYK 0 0.87 0.45 0.27
HSL 330.93º 0.76% 0.41% -
HSV(B) 330.93º 0.87% 0.73% -
XYZ 23.05 12.11 13.96 -
YUV 82.03 139.84 202.16 -
System Red Green Blue C M Y K H S L
Decimal 186 25 103 0 0.87 0.45 0.27 330.93 0.76 0.41
Hex BA 19 67 0 57 2D 1B 14B 4C 29
Octal 272 31 147 0 127 55 33 513 114 51
Binary 10111010 11001 1100111 0 1010111 101101 11011 101001011 1001100 101001

Color Harmonies of #BA1967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1967

Black with #BA1967

Text Example


Text Example

White with #BA1967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1967; }

 p { color: rgb(186,25,103); }

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

background-color css

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

 a { background-color: rgb(186,25,103); }

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

border-color css

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

 span { border-color: rgb(186,25,103); }

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