Html Css Color HEX #BA135E Jazzberry Jam

📋 copy color: '#BA135E'

red 186 ◦ green 19 ◦ blue 94

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

Shades of Jazzberry Jam #BA135E

Tints of Jazzberry Jam #BA135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 62.21%
G = 6.35%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA135E (or 0xBA135E) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 5E. RGB value is (186,19,94). Sum of RGB (Red+Green+Blue) = 186+19+94=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA135E is #45ECA1. Grayscale: #4D4D4D. Windows color (decimal): -4582562 or 6165434. OLE color: 6165434.

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

Color convert

RGB 186 19 94 -
CMYK 0 0.90 0.49 0.27
HSL 333.05º 0.81% 0.4% -
HSV(B) 333.05º 0.9% 0.73% -
XYZ 22.5 11.71 11.66 -
YUV 77.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 186 19 94 0 0.90 0.49 0.27 333.05 0.81 0.4
Hex BA 13 5E 0 5A 31 1B 14D 51 28
Octal 272 23 136 0 132 61 33 515 121 50
Binary 10111010 10011 1011110 0 1011010 110001 11011 101001101 1010001 101000

Color Harmonies of #BA135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA135E

Black with #BA135E

Text Example


Text Example

White with #BA135E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA135E; }

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

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

background-color css

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

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

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

border-color css

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

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

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