Html Css Color HEX #BA126E Jazzberry Jam

📋 copy color: '#BA126E'

red 186 ◦ green 18 ◦ blue 110

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

Shades of Jazzberry Jam #BA126E

Tints of Jazzberry Jam #BA126E

RGB

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

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

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

R = 59.24%
G = 5.73%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA126E (or 0xBA126E) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 6E. RGB value is (186,18,110). Sum of RGB (Red+Green+Blue) = 186+18+110=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA126E is #45ED91. Grayscale: #4E4E4E. Windows color (decimal): -4582802 or 7213754. OLE color: 7213754.

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

Color convert

RGB 186 18 110 -
CMYK 0 0.90 0.41 0.27
HSL 327.14º 0.82% 0.4% -
HSV(B) 327.14º 0.9% 0.73% -
XYZ 23.28 12 15.84 -
YUV 78.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 186 18 110 0 0.90 0.41 0.27 327.14 0.82 0.4
Hex BA 12 6E 0 5A 29 1B 147 52 28
Octal 272 22 156 0 132 51 33 507 122 50
Binary 10111010 10010 1101110 0 1011010 101001 11011 101000111 1010010 101000

Color Harmonies of #BA126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA126E

Black with #BA126E

Text Example


Text Example

White with #BA126E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA126E; }

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

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

background-color css

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

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

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

border-color css

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

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

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