Html Css Color HEX #BA014F Jazzberry Jam

📋 copy color: '#BA014F'

red 186 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #BA014F

Tints of Jazzberry Jam #BA014F

RGB

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

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

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

R = 69.92%
G = 0.38%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA014F (or 0xBA014F) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 4F. RGB value is (186,1,79). Sum of RGB (Red+Green+Blue) = 186+1+79=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA014F is #45FEB0. Grayscale: #414141. Windows color (decimal): -4587185 or 5177786. OLE color: 5177786.

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

Color convert

RGB 186 1 79 -
CMYK 0 0.99 0.58 0.27
HSL 334.7º 0.99% 0.37% -
HSV(B) 334.7º 0.99% 0.73% -
XYZ 21.67 11.03 8.38 -
YUV 65.21 135.79 214.16 -
System Red Green Blue C M Y K H S L
Decimal 186 1 79 0 0.99 0.58 0.27 334.7 0.99 0.37
Hex BA 1 4F 0 63 3A 1B 14F 63 25
Octal 272 1 117 0 143 72 33 517 143 45
Binary 10111010 1 1001111 0 1100011 111010 11011 101001111 1100011 100101

Color Harmonies of #BA014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA014F

Black with #BA014F

Text Example


Text Example

White with #BA014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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