Html Css Color HEX #BA135B Jazzberry Jam

📋 copy color: '#BA135B'

red 186 ◦ green 19 ◦ blue 91

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

Shades of Jazzberry Jam #BA135B

Tints of Jazzberry Jam #BA135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.42%

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 62.84%
G = 6.42%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA135B (or 0xBA135B) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 5B. RGB value is (186,19,91). Sum of RGB (Red+Green+Blue) = 186+19+91=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA135B is #45ECA4. Grayscale: #4D4D4D. Windows color (decimal): -4582565 or 5968826. OLE color: 5968826.

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

Color convert

RGB 186 19 91 -
CMYK 0 0.90 0.51 0.27
HSL 334.13º 0.81% 0.4% -
HSV(B) 334.13º 0.9% 0.73% -
XYZ 22.37 11.66 10.97 -
YUV 77.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 186 19 91 0 0.90 0.51 0.27 334.13 0.81 0.4
Hex BA 13 5B 0 5A 33 1B 14E 51 28
Octal 272 23 133 0 132 63 33 516 121 50
Binary 10111010 10011 1011011 0 1011010 110011 11011 101001110 1010001 101000

Color Harmonies of #BA135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA135B

Black with #BA135B

Text Example


Text Example

White with #BA135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA135B; }

 p { color: rgb(186,19,91); }

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

background-color css

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

 a { background-color: rgb(186,19,91); }

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

border-color css

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

 span { border-color: rgb(186,19,91); }

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