Html Css Color HEX #BA126B Jazzberry Jam

📋 copy color: '#BA126B'

red 186 ◦ green 18 ◦ blue 107

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

Shades of Jazzberry Jam #BA126B

Tints of Jazzberry Jam #BA126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 59.81%
G = 5.79%
B = 34.41%

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

#BA126B (or 0xBA126B) is known color: Jazzberry Jam. HEX triplet: BA, 12 and 6B. RGB value is (186,18,107). Sum of RGB (Red+Green+Blue) = 186+18+107=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA126B is #45ED94. Grayscale: #4E4E4E. Windows color (decimal): -4582805 or 7017146. OLE color: 7017146.

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

Color convert

RGB 186 18 107 -
CMYK 0 0.90 0.42 0.27
HSL 328.21º 0.82% 0.4% -
HSV(B) 328.21º 0.9% 0.73% -
XYZ 23.12 11.93 14.99 -
YUV 78.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 186 18 107 0 0.90 0.42 0.27 328.21 0.82 0.4
Hex BA 12 6B 0 5A 2A 1B 148 52 28
Octal 272 22 153 0 132 52 33 510 122 50
Binary 10111010 10010 1101011 0 1011010 101010 11011 101001000 1010010 101000

Color Harmonies of #BA126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA126B

Black with #BA126B

Text Example


Text Example

White with #BA126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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