Html Css Color HEX #BA025E Jazzberry Jam

📋 copy color: '#BA025E'

red 186 ◦ green 2 ◦ blue 94

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

Shades of Jazzberry Jam #BA025E

Tints of Jazzberry Jam #BA025E

RGB

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

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

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

R = 65.96%
G = 0.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA025E (or 0xBA025E) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 5E. RGB value is (186,2,94). Sum of RGB (Red+Green+Blue) = 186+2+94=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA025E is #45FDA1. Grayscale: #434343. Windows color (decimal): -4586914 or 6161082. OLE color: 6161082.

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

Color convert

RGB 186 2 94 -
CMYK 0 0.99 0.49 0.27
HSL 330º 0.98% 0.37% -
HSV(B) 330º 0.99% 0.73% -
XYZ 22.29 11.29 11.59 -
YUV 67.5 142.96 212.52 -
System Red Green Blue C M Y K H S L
Decimal 186 2 94 0 0.99 0.49 0.27 330 0.98 0.37
Hex BA 2 5E 0 63 31 1B 14A 62 25
Octal 272 2 136 0 143 61 33 512 142 45
Binary 10111010 10 1011110 0 1100011 110001 11011 101001010 1100010 100101

Color Harmonies of #BA025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA025E

Black with #BA025E

Text Example


Text Example

White with #BA025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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