Html Css Color HEX #BA135A Jazzberry Jam

📋 copy color: '#BA135A'

red 186 ◦ green 19 ◦ blue 90

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

Shades of Jazzberry Jam #BA135A

Tints of Jazzberry Jam #BA135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 63.05%
G = 6.44%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA135A (or 0xBA135A) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 5A. RGB value is (186,19,90). Sum of RGB (Red+Green+Blue) = 186+19+90=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA135A is #45ECA5. Grayscale: #4C4C4C. Windows color (decimal): -4582566 or 5903290. OLE color: 5903290.

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

Color convert

RGB 186 19 90 -
CMYK 0 0.90 0.52 0.27
HSL 334.49º 0.81% 0.4% -
HSV(B) 334.49º 0.9% 0.73% -
XYZ 22.33 11.64 10.74 -
YUV 77.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 186 19 90 0 0.90 0.52 0.27 334.49 0.81 0.4
Hex BA 13 5A 0 5A 34 1B 14E 51 28
Octal 272 23 132 0 132 64 33 516 121 50
Binary 10111010 10011 1011010 0 1011010 110100 11011 101001110 1010001 101000

Color Harmonies of #BA135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA135A

Black with #BA135A

Text Example


Text Example

White with #BA135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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