Html Css Color HEX #BA004E Jazzberry Jam

📋 copy color: '#BA004E'

red 186 ◦ green 0 ◦ blue 78

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

Shades of Jazzberry Jam #BA004E

Tints of Jazzberry Jam #BA004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.45%
G = 0%
B = 29.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA004E (or 0xBA004E) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 4E. RGB value is (186,0,78). Sum of RGB (Red+Green+Blue) = 186+0+78=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA004E is #45FFB1. Grayscale: #404040. Windows color (decimal): -4587442 or 5111994. OLE color: 5111994.

HSL color Cylindrical-coordinate representation of color #BA004E: hue angle of 334.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA004E is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 78 -
CMYK 0 1 0.58 0.27
HSL 334.84º 1% 0.36% -
HSV(B) 334.84º 1% 0.73% -
XYZ 21.62 10.99 8.19 -
YUV 64.51 135.62 214.66 -
System Red Green Blue C M Y K H S L
Decimal 186 0 78 0 1 0.58 0.27 334.84 1 0.36
Hex BA 0 4E 0 64 3A 1B 14F 64 24
Octal 272 0 116 0 144 72 33 517 144 44
Binary 10111010 0 1001110 0 1100100 111010 11011 101001111 1100100 100100

Color Harmonies of #BA004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA004E

Black with #BA004E

Text Example


Text Example

White with #BA004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA004E; }

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

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

background-color css

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

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

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

border-color css

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

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

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