Html Css Color HEX #BA126C Jazzberry Jam

📋 copy color: '#BA126C'

red 186 ◦ green 18 ◦ blue 108

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

Shades of Jazzberry Jam #BA126C

Tints of Jazzberry Jam #BA126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 59.62%
G = 5.77%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA126C (or 0xBA126C) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 6C. RGB value is (186,18,108). Sum of RGB (Red+Green+Blue) = 186+18+108=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA126C is #45ED93. Grayscale: #4E4E4E. Windows color (decimal): -4582804 or 7082682. OLE color: 7082682.

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

Color convert

RGB 186 18 108 -
CMYK 0 0.90 0.42 0.27
HSL 327.86º 0.82% 0.4% -
HSV(B) 327.86º 0.9% 0.73% -
XYZ 23.17 11.95 15.27 -
YUV 78.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 186 18 108 0 0.90 0.42 0.27 327.86 0.82 0.4
Hex BA 12 6C 0 5A 2A 1B 148 52 28
Octal 272 22 154 0 132 52 33 510 122 50
Binary 10111010 10010 1101100 0 1011010 101010 11011 101001000 1010010 101000

Color Harmonies of #BA126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA126C

Black with #BA126C

Text Example


Text Example

White with #BA126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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