Html Css Color HEX #BA074E Jazzberry Jam

📋 copy color: '#BA074E'

red 186 ◦ green 7 ◦ blue 78

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

Shades of Jazzberry Jam #BA074E

Tints of Jazzberry Jam #BA074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 68.63%
G = 2.58%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA074E (or 0xBA074E) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 4E. RGB value is (186,7,78). Sum of RGB (Red+Green+Blue) = 186+7+78=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA074E is #45F8B1. Grayscale: #444444. Windows color (decimal): -4585650 or 5113786. OLE color: 5113786.

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

Color convert

RGB 186 7 78 -
CMYK 0 0.96 0.58 0.27
HSL 336.2º 0.93% 0.38% -
HSV(B) 336.2º 0.96% 0.73% -
XYZ 21.7 11.14 8.21 -
YUV 68.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 186 7 78 0 0.96 0.58 0.27 336.2 0.93 0.38
Hex BA 7 4E 0 60 3A 1B 150 5D 26
Octal 272 7 116 0 140 72 33 520 135 46
Binary 10111010 111 1001110 0 1100000 111010 11011 101010000 1011101 100110

Color Harmonies of #BA074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA074E

Black with #BA074E

Text Example


Text Example

White with #BA074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA074E; }

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

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

background-color css

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

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

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

border-color css

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

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

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