Html Css Color HEX #BA074D Jazzberry Jam

📋 copy color: '#BA074D'

red 186 ◦ green 7 ◦ blue 77

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

Shades of Jazzberry Jam #BA074D

Tints of Jazzberry Jam #BA074D

RGB

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

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

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

R = 68.89%
G = 2.59%
B = 28.52%

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

#BA074D (or 0xBA074D) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 4D. RGB value is (186,7,77). Sum of RGB (Red+Green+Blue) = 186+7+77=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA074D is #45F8B2. Grayscale: #444444. Windows color (decimal): -4585651 or 5048250. OLE color: 5048250.

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

Color convert

RGB 186 7 77 -
CMYK 0 0.96 0.59 0.27
HSL 336.54º 0.93% 0.38% -
HSV(B) 336.54º 0.96% 0.73% -
XYZ 21.67 11.13 8.03 -
YUV 68.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 186 7 77 0 0.96 0.59 0.27 336.54 0.93 0.38
Hex BA 7 4D 0 60 3B 1B 151 5D 26
Octal 272 7 115 0 140 73 33 521 135 46
Binary 10111010 111 1001101 0 1100000 111011 11011 101010001 1011101 100110

Color Harmonies of #BA074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA074D

Black with #BA074D

Text Example


Text Example

White with #BA074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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