Html Css Color HEX #BA135D Jazzberry Jam

📋 copy color: '#BA135D'

red 186 ◦ green 19 ◦ blue 93

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

Shades of Jazzberry Jam #BA135D

Tints of Jazzberry Jam #BA135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 62.42%
G = 6.38%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA135D (or 0xBA135D) is known color: Jazzberry Jam. HEX triplet: BA, 13 and 5D. RGB value is (186,19,93). Sum of RGB (Red+Green+Blue) = 186+19+93=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA135D is #45ECA2. Grayscale: #4D4D4D. Windows color (decimal): -4582563 or 6099898. OLE color: 6099898.

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

Color convert

RGB 186 19 93 -
CMYK 0 0.90 0.5 0.27
HSL 333.41º 0.81% 0.4% -
HSV(B) 333.41º 0.9% 0.73% -
XYZ 22.46 11.7 11.43 -
YUV 77.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 186 19 93 0 0.90 0.5 0.27 333.41 0.81 0.4
Hex BA 13 5D 0 5A 32 1B 14D 51 28
Octal 272 23 135 0 132 62 33 515 121 50
Binary 10111010 10011 1011101 0 1011010 110010 11011 101001101 1010001 101000

Color Harmonies of #BA135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA135D

Black with #BA135D

Text Example


Text Example

White with #BA135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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