Html Css Color HEX #BA005D Jazzberry Jam

📋 copy color: '#BA005D'

red 186 ◦ green 0 ◦ blue 93

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

Shades of Jazzberry Jam #BA005D

Tints of Jazzberry Jam #BA005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA005D (or 0xBA005D) is known color: Jazzberry Jam. HEX triplet: BA, 00 and 5D. RGB value is (186,0,93). Sum of RGB (Red+Green+Blue) = 186+0+93=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA005D is #45FFA2. Grayscale: #424242. Windows color (decimal): -4587427 or 6095034. OLE color: 6095034.

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

Color convert

RGB 186 0 93 -
CMYK 0 1 0.5 0.27
HSL 330º 1% 0.36% -
HSV(B) 330º 1% 0.73% -
XYZ 22.23 11.23 11.35 -
YUV 66.22 143.12 213.44 -
System Red Green Blue C M Y K H S L
Decimal 186 0 93 0 1 0.5 0.27 330 1 0.36
Hex BA 0 5D 0 64 32 1B 14A 64 24
Octal 272 0 135 0 144 62 33 512 144 44
Binary 10111010 0 1011101 0 1100100 110010 11011 101001010 1100100 100100

Color Harmonies of #BA005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA005D

Black with #BA005D

Text Example


Text Example

White with #BA005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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