Html Css Color HEX #BA0D5D Jazzberry Jam

📋 copy color: '#BA0D5D'

red 186 ◦ green 13 ◦ blue 93

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

Shades of Jazzberry Jam #BA0D5D

Tints of Jazzberry Jam #BA0D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.45%

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

R = 63.7%
G = 4.45%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA0D5D (or 0xBA0D5D) is known color: Jazzberry Jam. HEX triplet: BA, 0D and 5D. RGB value is (186,13,93). Sum of RGB (Red+Green+Blue) = 186+13+93=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D5D is #45F2A2. Grayscale: #494949. Windows color (decimal): -4584099 or 6098362. OLE color: 6098362.

HSL color Cylindrical-coordinate representation of color #BA0D5D: hue angle of 332.25º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D5D is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 13 93 -
CMYK 0 0.93 0.5 0.27
HSL 332.25º 0.87% 0.39% -
HSV(B) 332.25º 0.93% 0.73% -
XYZ 22.37 11.52 11.4 -
YUV 73.85 138.81 208 -
System Red Green Blue C M Y K H S L
Decimal 186 13 93 0 0.93 0.5 0.27 332.25 0.87 0.39
Hex BA D 5D 0 5D 32 1B 14C 57 27
Octal 272 15 135 0 135 62 33 514 127 47
Binary 10111010 1101 1011101 0 1011101 110010 11011 101001100 1010111 100111

Color Harmonies of #BA0D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D5D

Black with #BA0D5D

Text Example


Text Example

White with #BA0D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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