Html Css Color HEX #BA014D Jazzberry Jam

📋 copy color: '#BA014D'

red 186 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #BA014D

Tints of Jazzberry Jam #BA014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 70.45%
G = 0.38%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA014D (or 0xBA014D) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 4D. RGB value is (186,1,77). Sum of RGB (Red+Green+Blue) = 186+1+77=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA014D is #45FEB2. Grayscale: #404040. Windows color (decimal): -4587187 or 5046714. OLE color: 5046714.

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

Color convert

RGB 186 1 77 -
CMYK 0 0.99 0.59 0.27
HSL 335.35º 0.99% 0.37% -
HSV(B) 335.35º 0.99% 0.73% -
XYZ 21.6 11 8.01 -
YUV 64.98 134.79 214.32 -
System Red Green Blue C M Y K H S L
Decimal 186 1 77 0 0.99 0.59 0.27 335.35 0.99 0.37
Hex BA 1 4D 0 63 3B 1B 14F 63 25
Octal 272 1 115 0 143 73 33 517 143 45
Binary 10111010 1 1001101 0 1100011 111011 11011 101001111 1100011 100101

Color Harmonies of #BA014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA014D

Black with #BA014D

Text Example


Text Example

White with #BA014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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