Html Css Color HEX #BA025D Jazzberry Jam

📋 copy color: '#BA025D'

red 186 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #BA025D

Tints of Jazzberry Jam #BA025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 66.19%
G = 0.71%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA025D (or 0xBA025D) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 5D. RGB value is (186,2,93). Sum of RGB (Red+Green+Blue) = 186+2+93=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA025D is #45FDA2. Grayscale: #434343. Windows color (decimal): -4586915 or 6095546. OLE color: 6095546.

HSL color Cylindrical-coordinate representation of color #BA025D: hue angle of 330.33º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA025D is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 2 93 -
CMYK 0 0.99 0.5 0.27
HSL 330.33º 0.98% 0.37% -
HSV(B) 330.33º 0.99% 0.73% -
XYZ 22.25 11.27 11.36 -
YUV 67.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 186 2 93 0 0.99 0.5 0.27 330.33 0.98 0.37
Hex BA 2 5D 0 63 32 1B 14A 62 25
Octal 272 2 135 0 143 62 33 512 142 45
Binary 10111010 10 1011101 0 1100011 110010 11011 101001010 1100010 100101

Color Harmonies of #BA025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA025D

Black with #BA025D

Text Example


Text Example

White with #BA025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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