Html Css Color HEX #BA005F Jazzberry Jam

📋 copy color: '#BA005F'

red 186 ◦ green 0 ◦ blue 95

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

Shades of Jazzberry Jam #BA005F

Tints of Jazzberry Jam #BA005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.81%

R = 66.19%
G = 0%
B = 33.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA005F (or 0xBA005F) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 5F. RGB value is (186,0,95). Sum of RGB (Red+Green+Blue) = 186+0+95=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA005F is #45FFA0. Grayscale: #424242. Windows color (decimal): -4587425 or 6226106. OLE color: 6226106.

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

Color convert

RGB 186 0 95 -
CMYK 0 1 0.49 0.27
HSL 329.35º 1% 0.36% -
HSV(B) 329.35º 1% 0.73% -
XYZ 22.32 11.27 11.82 -
YUV 66.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 186 0 95 0 1 0.49 0.27 329.35 1 0.36
Hex BA 0 5F 0 64 31 1B 149 64 24
Octal 272 0 137 0 144 61 33 511 144 44
Binary 10111010 0 1011111 0 1100100 110001 11011 101001001 1100100 100100

Color Harmonies of #BA005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA005F

Black with #BA005F

Text Example


Text Example

White with #BA005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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