Html Css Color HEX #BA0251 Jazzberry Jam

📋 copy color: '#BA0251'

red 186 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #BA0251

Tints of Jazzberry Jam #BA0251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.11%

R = 69.14%
G = 0.74%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA0251 (or 0xBA0251) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 51. RGB value is (186,2,81). Sum of RGB (Red+Green+Blue) = 186+2+81=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0251 is #45FDAE. Grayscale: #414141. Windows color (decimal): -4586927 or 5309114. OLE color: 5309114.

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

Color convert

RGB 186 2 81 -
CMYK 0 0.99 0.56 0.27
HSL 334.24º 0.98% 0.37% -
HSV(B) 334.24º 0.99% 0.73% -
XYZ 21.76 11.08 8.78 -
YUV 66.02 136.46 213.58 -
System Red Green Blue C M Y K H S L
Decimal 186 2 81 0 0.99 0.56 0.27 334.24 0.98 0.37
Hex BA 2 51 0 63 38 1B 14E 62 25
Octal 272 2 121 0 143 70 33 516 142 45
Binary 10111010 10 1010001 0 1100011 111000 11011 101001110 1100010 100101

Color Harmonies of #BA0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0251

Black with #BA0251

Text Example


Text Example

White with #BA0251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0251; }

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

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

background-color css

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

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

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

border-color css

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

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

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