Html Css Color HEX #BA005E Jazzberry Jam

📋 copy color: '#BA005E'

red 186 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #BA005E

Tints of Jazzberry Jam #BA005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 66.43%
G = 0%
B = 33.57%

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

#BA005E (or 0xBA005E) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 5E. RGB value is (186,0,94). Sum of RGB (Red+Green+Blue) = 186+0+94=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA005E is #45FFA1. Grayscale: #424242. Windows color (decimal): -4587426 or 6160570. OLE color: 6160570.

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

Color convert

RGB 186 0 94 -
CMYK 0 1 0.49 0.27
HSL 329.68º 1% 0.36% -
HSV(B) 329.68º 1% 0.73% -
XYZ 22.27 11.25 11.59 -
YUV 66.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 186 0 94 0 1 0.49 0.27 329.68 1 0.36
Hex BA 0 5E 0 64 31 1B 14A 64 24
Octal 272 0 136 0 144 61 33 512 144 44
Binary 10111010 0 1011110 0 1100100 110001 11011 101001010 1100100 100100

Color Harmonies of #BA005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA005E

Black with #BA005E

Text Example


Text Example

White with #BA005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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