Html Css Color HEX #BA005B Jazzberry Jam

📋 copy color: '#BA005B'

red 186 ◦ green 0 ◦ blue 91

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

Shades of Jazzberry Jam #BA005B

Tints of Jazzberry Jam #BA005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 67.15%
G = 0%
B = 32.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA005B (or 0xBA005B) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 5B. RGB value is (186,0,91). Sum of RGB (Red+Green+Blue) = 186+0+91=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA005B is #45FFA4. Grayscale: #414141. Windows color (decimal): -4587429 or 5963962. OLE color: 5963962.

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

Color convert

RGB 186 0 91 -
CMYK 0 1 0.51 0.27
HSL 330.65º 1% 0.36% -
HSV(B) 330.65º 1% 0.73% -
XYZ 22.14 11.19 10.89 -
YUV 65.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 186 0 91 0 1 0.51 0.27 330.65 1 0.36
Hex BA 0 5B 0 64 33 1B 14B 64 24
Octal 272 0 133 0 144 63 33 513 144 44
Binary 10111010 0 1011011 0 1100100 110011 11011 101001011 1100100 100100

Color Harmonies of #BA005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA005B

Black with #BA005B

Text Example


Text Example

White with #BA005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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