Html Css Color HEX #BA054D Jazzberry Jam

📋 copy color: '#BA054D'

red 186 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #BA054D

Tints of Jazzberry Jam #BA054D

RGB

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

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

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

R = 69.4%
G = 1.87%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA054D (or 0xBA054D) is known color: Jazzberry Jam. HEX triplet: BA, 05 and 4D. RGB value is (186,5,77). Sum of RGB (Red+Green+Blue) = 186+5+77=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA054D is #45FAB2. Grayscale: #434343. Windows color (decimal): -4586163 or 5047738. OLE color: 5047738.

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

Color convert

RGB 186 5 77 -
CMYK 0 0.97 0.59 0.27
HSL 336.13º 0.95% 0.37% -
HSV(B) 336.13º 0.97% 0.73% -
XYZ 21.64 11.08 8.02 -
YUV 67.33 133.47 212.65 -
System Red Green Blue C M Y K H S L
Decimal 186 5 77 0 0.97 0.59 0.27 336.13 0.95 0.37
Hex BA 5 4D 0 61 3B 1B 150 5F 25
Octal 272 5 115 0 141 73 33 520 137 45
Binary 10111010 101 1001101 0 1100001 111011 11011 101010000 1011111 100101

Color Harmonies of #BA054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA054D

Black with #BA054D

Text Example


Text Example

White with #BA054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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