Html Css Color HEX #BA025B Jazzberry Jam

📋 copy color: '#BA025B'

red 186 ◦ green 2 ◦ blue 91

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

Shades of Jazzberry Jam #BA025B

Tints of Jazzberry Jam #BA025B

RGB

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

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

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

R = 66.67%
G = 0.72%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA025B (or 0xBA025B) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 5B. RGB value is (186,2,91). Sum of RGB (Red+Green+Blue) = 186+2+91=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA025B is #45FDA4. Grayscale: #424242. Windows color (decimal): -4586917 or 5964474. OLE color: 5964474.

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

Color convert

RGB 186 2 91 -
CMYK 0 0.99 0.51 0.27
HSL 330.98º 0.98% 0.37% -
HSV(B) 330.98º 0.99% 0.73% -
XYZ 22.16 11.24 10.9 -
YUV 67.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 186 2 91 0 0.99 0.51 0.27 330.98 0.98 0.37
Hex BA 2 5B 0 63 33 1B 14B 62 25
Octal 272 2 133 0 143 63 33 513 142 45
Binary 10111010 10 1011011 0 1100011 110011 11011 101001011 1100010 100101

Color Harmonies of #BA025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA025B

Black with #BA025B

Text Example


Text Example

White with #BA025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA025B; }

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

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

background-color css

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

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

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

border-color css

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

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

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