Html Css Color HEX #BA106D Jazzberry Jam

📋 copy color: '#BA106D'

red 186 ◦ green 16 ◦ blue 109

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

Shades of Jazzberry Jam #BA106D

Tints of Jazzberry Jam #BA106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 59.81%
G = 5.14%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA106D (or 0xBA106D) is known color: Jazzberry Jam. HEX triplet: BA, 10 and 6D. RGB value is (186,16,109). Sum of RGB (Red+Green+Blue) = 186+16+109=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA106D is #45EF92. Grayscale: #4D4D4D. Windows color (decimal): -4583315 or 7147706. OLE color: 7147706.

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

Color convert

RGB 186 16 109 -
CMYK 0 0.91 0.41 0.27
HSL 327.18º 0.84% 0.4% -
HSV(B) 327.18º 0.91% 0.73% -
XYZ 23.2 11.91 15.55 -
YUV 77.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 186 16 109 0 0.91 0.41 0.27 327.18 0.84 0.4
Hex BA 10 6D 0 5B 29 1B 147 54 28
Octal 272 20 155 0 133 51 33 507 124 50
Binary 10111010 10000 1101101 0 1011011 101001 11011 101000111 1010100 101000

Color Harmonies of #BA106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA106D

Black with #BA106D

Text Example


Text Example

White with #BA106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA106D; }

 p { color: rgb(186,16,109); }

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

background-color css

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

 a { background-color: rgb(186,16,109); }

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

border-color css

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

 span { border-color: rgb(186,16,109); }

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