Html Css Color HEX #BA056D Jazzberry Jam

📋 copy color: '#BA056D'

red 186 ◦ green 5 ◦ blue 109

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

Shades of Jazzberry Jam #BA056D

Tints of Jazzberry Jam #BA056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 62%
G = 1.67%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA056D (or 0xBA056D) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 6D. RGB value is (186,5,109). Sum of RGB (Red+Green+Blue) = 186+5+109=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA056D is #45FA92. Grayscale: #464646. Windows color (decimal): -4586131 or 7144890. OLE color: 7144890.

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

Color convert

RGB 186 5 109 -
CMYK 0 0.97 0.41 0.27
HSL 325.52º 0.95% 0.37% -
HSV(B) 325.52º 0.97% 0.73% -
XYZ 23.06 11.65 15.5 -
YUV 70.98 149.47 210.04 -
System Red Green Blue C M Y K H S L
Decimal 186 5 109 0 0.97 0.41 0.27 325.52 0.95 0.37
Hex BA 5 6D 0 61 29 1B 146 5F 25
Octal 272 5 155 0 141 51 33 506 137 45
Binary 10111010 101 1101101 0 1100001 101001 11011 101000110 1011111 100101

Color Harmonies of #BA056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA056D

Black with #BA056D

Text Example


Text Example

White with #BA056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA056D; }

 p { color: rgb(186,5,109); }

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

background-color css

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

 a { background-color: rgb(186,5,109); }

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

border-color css

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

 span { border-color: rgb(186,5,109); }

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