Html Css Color HEX #BA064D Jazzberry Jam

📋 copy color: '#BA064D'

red 186 ◦ green 6 ◦ blue 77

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

Shades of Jazzberry Jam #BA064D

Tints of Jazzberry Jam #BA064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

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

R = 69.14%
G = 2.23%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA064D (or 0xBA064D) is known color: Jazzberry Jam. HEX triplet: BA, 06 and 4D. RGB value is (186,6,77). Sum of RGB (Red+Green+Blue) = 186+6+77=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA064D is #45F9B2. Grayscale: #434343. Windows color (decimal): -4585907 or 5047994. OLE color: 5047994.

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

Color convert

RGB 186 6 77 -
CMYK 0 0.97 0.59 0.27
HSL 336.33º 0.94% 0.38% -
HSV(B) 336.33º 0.97% 0.73% -
XYZ 21.65 11.11 8.02 -
YUV 67.91 133.13 212.23 -
System Red Green Blue C M Y K H S L
Decimal 186 6 77 0 0.97 0.59 0.27 336.33 0.94 0.38
Hex BA 6 4D 0 61 3B 1B 150 5E 26
Octal 272 6 115 0 141 73 33 520 136 46
Binary 10111010 110 1001101 0 1100001 111011 11011 101010000 1011110 100110

Color Harmonies of #BA064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA064D

Black with #BA064D

Text Example


Text Example

White with #BA064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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