Html Css Color HEX #BA0257 Jazzberry Jam

📋 copy color: '#BA0257'

red 186 ◦ green 2 ◦ blue 87

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

Shades of Jazzberry Jam #BA0257

Tints of Jazzberry Jam #BA0257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 67.64%
G = 0.73%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA0257 (or 0xBA0257) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 57. RGB value is (186,2,87). Sum of RGB (Red+Green+Blue) = 186+2+87=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0257 is #45FDA8. Grayscale: #424242. Windows color (decimal): -4586921 or 5702330. OLE color: 5702330.

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

Color convert

RGB 186 2 87 -
CMYK 0 0.99 0.53 0.27
HSL 332.28º 0.98% 0.37% -
HSV(B) 332.28º 0.99% 0.73% -
XYZ 21.99 11.17 10.01 -
YUV 66.71 139.46 213.09 -
System Red Green Blue C M Y K H S L
Decimal 186 2 87 0 0.99 0.53 0.27 332.28 0.98 0.37
Hex BA 2 57 0 63 35 1B 14C 62 25
Octal 272 2 127 0 143 65 33 514 142 45
Binary 10111010 10 1010111 0 1100011 110101 11011 101001100 1100010 100101

Color Harmonies of #BA0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0257

Black with #BA0257

Text Example


Text Example

White with #BA0257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0257; }

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

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

background-color css

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

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

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

border-color css

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

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

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