Html Css Color HEX #BA084C Jazzberry Jam

📋 copy color: '#BA084C'

red 186 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #BA084C

Tints of Jazzberry Jam #BA084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 68.89%
G = 2.96%
B = 28.15%

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

#BA084C (or 0xBA084C) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 4C. RGB value is (186,8,76). Sum of RGB (Red+Green+Blue) = 186+8+76=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA084C is #45F7B3. Grayscale: #444444. Windows color (decimal): -4585396 or 4982970. OLE color: 4982970.

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

Color convert

RGB 186 8 76 -
CMYK 0 0.96 0.59 0.27
HSL 337.08º 0.92% 0.38% -
HSV(B) 337.08º 0.96% 0.73% -
XYZ 21.64 11.13 7.85 -
YUV 68.97 131.97 211.47 -
System Red Green Blue C M Y K H S L
Decimal 186 8 76 0 0.96 0.59 0.27 337.08 0.92 0.38
Hex BA 8 4C 0 60 3B 1B 151 5C 26
Octal 272 10 114 0 140 73 33 521 134 46
Binary 10111010 1000 1001100 0 1100000 111011 11011 101010001 1011100 100110

Color Harmonies of #BA084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA084C

Black with #BA084C

Text Example


Text Example

White with #BA084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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