Html Css Color HEX #BA0058 Jazzberry Jam

📋 copy color: '#BA0058'

red 186 ◦ green 0 ◦ blue 88

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

Shades of Jazzberry Jam #BA0058

Tints of Jazzberry Jam #BA0058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.12%

R = 67.88%
G = 0%
B = 32.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA0058 (or 0xBA0058) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 58. RGB value is (186,0,88). Sum of RGB (Red+Green+Blue) = 186+0+88=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0058 is #45FFA7. Grayscale: #414141. Windows color (decimal): -4587432 or 5767354. OLE color: 5767354.

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

Color convert

RGB 186 0 88 -
CMYK 0 1 0.53 0.27
HSL 331.61º 1% 0.36% -
HSV(B) 331.61º 1% 0.73% -
XYZ 22.01 11.14 10.22 -
YUV 65.65 140.62 213.84 -
System Red Green Blue C M Y K H S L
Decimal 186 0 88 0 1 0.53 0.27 331.61 1 0.36
Hex BA 0 58 0 64 35 1B 14C 64 24
Octal 272 0 130 0 144 65 33 514 144 44
Binary 10111010 0 1011000 0 1100100 110101 11011 101001100 1100100 100100

Color Harmonies of #BA0058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0058

Black with #BA0058

Text Example


Text Example

White with #BA0058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0058; }

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

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

background-color css

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

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

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

border-color css

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

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

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