Html Css Color HEX #BA0C4D Jazzberry Jam

📋 copy color: '#BA0C4D'

red 186 ◦ green 12 ◦ blue 77

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

Shades of Jazzberry Jam #BA0C4D

Tints of Jazzberry Jam #BA0C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.36%

 BLUE value IS 77 (30.47% from 255) = 28%

R = 67.64%
G = 4.36%
B = 28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA0C4D (or 0xBA0C4D) is known color: Jazzberry Jam. HEX triplet: BA, 0C and 4D. RGB value is (186,12,77). Sum of RGB (Red+Green+Blue) = 186+12+77=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0C4D is #45F3B2. Grayscale: #474747. Windows color (decimal): -4584371 or 5049530. OLE color: 5049530.

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

Color convert

RGB 186 12 77 -
CMYK 0 0.94 0.59 0.27
HSL 337.59º 0.88% 0.39% -
HSV(B) 337.59º 0.94% 0.73% -
XYZ 21.72 11.24 8.05 -
YUV 71.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 186 12 77 0 0.94 0.59 0.27 337.59 0.88 0.39
Hex BA C 4D 0 5E 3B 1B 152 58 27
Octal 272 14 115 0 136 73 33 522 130 47
Binary 10111010 1100 1001101 0 1011110 111011 11011 101010010 1011000 100111

Color Harmonies of #BA0C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C4D

Black with #BA0C4D

Text Example


Text Example

White with #BA0C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C4D; }

 p { color: rgb(186,12,77); }

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

background-color css

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

 a { background-color: rgb(186,12,77); }

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

border-color css

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

 span { border-color: rgb(186,12,77); }

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