Html Css Color HEX #BA1B6B Jazzberry Jam

📋 copy color: '#BA1B6B'

red 186 ◦ green 27 ◦ blue 107

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

Shades of Jazzberry Jam #BA1B6B

Tints of Jazzberry Jam #BA1B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 58.13%
G = 8.44%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA1B6B (or 0xBA1B6B) is known color: Jazzberry Jam. HEX triplet: BA, 1B and 6B. RGB value is (186,27,107). Sum of RGB (Red+Green+Blue) = 186+27+107=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B6B is #45E494. Grayscale: #535353. Windows color (decimal): -4580501 or 7019450. OLE color: 7019450.

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

Color convert

RGB 186 27 107 -
CMYK 0 0.85 0.42 0.27
HSL 329.81º 0.75% 0.42% -
HSV(B) 329.81º 0.85% 0.73% -
XYZ 23.3 12.28 15.05 -
YUV 83.66 141.18 201 -
System Red Green Blue C M Y K H S L
Decimal 186 27 107 0 0.85 0.42 0.27 329.81 0.75 0.42
Hex BA 1B 6B 0 55 2A 1B 14A 4B 2A
Octal 272 33 153 0 125 52 33 512 113 52
Binary 10111010 11011 1101011 0 1010101 101010 11011 101001010 1001011 101010

Color Harmonies of #BA1B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B6B

Black with #BA1B6B

Text Example


Text Example

White with #BA1B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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