Html Css Color HEX #BA004F Jazzberry Jam

📋 copy color: '#BA004F'

red 186 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #BA004F

Tints of Jazzberry Jam #BA004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 70.19%
G = 0%
B = 29.81%

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

#BA004F (or 0xBA004F) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 4F. RGB value is (186,0,79). Sum of RGB (Red+Green+Blue) = 186+0+79=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA004F is #45FFB0. Grayscale: #404040. Windows color (decimal): -4587441 or 5177530. OLE color: 5177530.

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

Color convert

RGB 186 0 79 -
CMYK 0 1 0.58 0.27
HSL 334.52º 1% 0.36% -
HSV(B) 334.52º 1% 0.73% -
XYZ 21.66 11 8.38 -
YUV 64.62 136.12 214.58 -
System Red Green Blue C M Y K H S L
Decimal 186 0 79 0 1 0.58 0.27 334.52 1 0.36
Hex BA 0 4F 0 64 3A 1B 14F 64 24
Octal 272 0 117 0 144 72 33 517 144 44
Binary 10111010 0 1001111 0 1100100 111010 11011 101001111 1100100 100100

Color Harmonies of #BA004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA004F

Black with #BA004F

Text Example


Text Example

White with #BA004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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