Html Css Color HEX #BA106E Jazzberry Jam

📋 copy color: '#BA106E'

red 186 ◦ green 16 ◦ blue 110

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

Shades of Jazzberry Jam #BA106E

Tints of Jazzberry Jam #BA106E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 59.62%
G = 5.13%
B = 35.26%

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

#BA106E (or 0xBA106E) is known color: Jazzberry Jam. HEX triplet: BA, 10 and 6E. RGB value is (186,16,110). Sum of RGB (Red+Green+Blue) = 186+16+110=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA106E is #45EF91. Grayscale: #4D4D4D. Windows color (decimal): -4583314 or 7213242. OLE color: 7213242.

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

Color convert

RGB 186 16 110 -
CMYK 0 0.91 0.41 0.27
HSL 326.82º 0.84% 0.4% -
HSV(B) 326.82º 0.91% 0.73% -
XYZ 23.25 11.94 15.83 -
YUV 77.55 146.32 205.36 -
System Red Green Blue C M Y K H S L
Decimal 186 16 110 0 0.91 0.41 0.27 326.82 0.84 0.4
Hex BA 10 6E 0 5B 29 1B 147 54 28
Octal 272 20 156 0 133 51 33 507 124 50
Binary 10111010 10000 1101110 0 1011011 101001 11011 101000111 1010100 101000

Color Harmonies of #BA106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA106E

Black with #BA106E

Text Example


Text Example

White with #BA106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA106E; }

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

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

background-color css

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

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

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

border-color css

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

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

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