Html Css Color HEX #BA004D Jazzberry Jam

📋 copy color: '#BA004D'

red 186 ◦ green 0 ◦ blue 77

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

Shades of Jazzberry Jam #BA004D

Tints of Jazzberry Jam #BA004D

RGB

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

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

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

R = 70.72%
G = 0%
B = 29.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA004D (or 0xBA004D) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 4D. RGB value is (186,0,77). Sum of RGB (Red+Green+Blue) = 186+0+77=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA004D is #45FFB2. Grayscale: #404040. Windows color (decimal): -4587443 or 5046458. OLE color: 5046458.

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

Color convert

RGB 186 0 77 -
CMYK 0 1 0.59 0.27
HSL 335.16º 1% 0.36% -
HSV(B) 335.16º 1% 0.73% -
XYZ 21.59 10.97 8 -
YUV 64.39 135.12 214.74 -
System Red Green Blue C M Y K H S L
Decimal 186 0 77 0 1 0.59 0.27 335.16 1 0.36
Hex BA 0 4D 0 64 3B 1B 14F 64 24
Octal 272 0 115 0 144 73 33 517 144 44
Binary 10111010 0 1001101 0 1100100 111011 11011 101001111 1100100 100100

Color Harmonies of #BA004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA004D

Black with #BA004D

Text Example


Text Example

White with #BA004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA004D; }

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

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

background-color css

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

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

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

border-color css

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

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

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