Html Css Color HEX #BA074C Jazzberry Jam

📋 copy color: '#BA074C'

red 186 ◦ green 7 ◦ blue 76

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

Shades of Jazzberry Jam #BA074C

Tints of Jazzberry Jam #BA074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

 BLUE value IS 76 (30.08% from 255) = 28.25%

R = 69.14%
G = 2.6%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA074C (or 0xBA074C) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 4C. RGB value is (186,7,76). Sum of RGB (Red+Green+Blue) = 186+7+76=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA074C is #45F8B3. Grayscale: #444444. Windows color (decimal): -4585652 or 4982714. OLE color: 4982714.

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

Color convert

RGB 186 7 76 -
CMYK 0 0.96 0.59 0.27
HSL 336.87º 0.93% 0.38% -
HSV(B) 336.87º 0.96% 0.73% -
XYZ 21.63 11.11 7.84 -
YUV 68.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 186 7 76 0 0.96 0.59 0.27 336.87 0.93 0.38
Hex BA 7 4C 0 60 3B 1B 151 5D 26
Octal 272 7 114 0 140 73 33 521 135 46
Binary 10111010 111 1001100 0 1100000 111011 11011 101010001 1011101 100110

Color Harmonies of #BA074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA074C

Black with #BA074C

Text Example


Text Example

White with #BA074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA074C; }

 p { color: rgb(186,7,76); }

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

background-color css

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

 a { background-color: rgb(186,7,76); }

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

border-color css

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

 span { border-color: rgb(186,7,76); }

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