Html Css Color HEX #BA126A Jazzberry Jam

📋 copy color: '#BA126A'

red 186 ◦ green 18 ◦ blue 106

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

Shades of Jazzberry Jam #BA126A

Tints of Jazzberry Jam #BA126A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 60%
G = 5.81%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA126A (or 0xBA126A) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 6A. RGB value is (186,18,106). Sum of RGB (Red+Green+Blue) = 186+18+106=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA126A is #45ED95. Grayscale: #4E4E4E. Windows color (decimal): -4582806 or 6951610. OLE color: 6951610.

HSL color Cylindrical-coordinate representation of color #BA126A: hue angle of 328.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA126A is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 106 -
CMYK 0 0.90 0.43 0.27
HSL 328.57º 0.82% 0.4% -
HSV(B) 328.57º 0.9% 0.73% -
XYZ 23.07 11.91 14.72 -
YUV 78.26 143.66 204.84 -
System Red Green Blue C M Y K H S L
Decimal 186 18 106 0 0.90 0.43 0.27 328.57 0.82 0.4
Hex BA 12 6A 0 5A 2B 1B 149 52 28
Octal 272 22 152 0 132 53 33 511 122 50
Binary 10111010 10010 1101010 0 1011010 101011 11011 101001001 1010010 101000

Color Harmonies of #BA126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA126A

Black with #BA126A

Text Example


Text Example

White with #BA126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA126A; }

 p { color: rgb(186,18,106); }

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

background-color css

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

 a { background-color: rgb(186,18,106); }

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

border-color css

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

 span { border-color: rgb(186,18,106); }

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