Html Css Color HEX #BA0157 Jazzberry Jam

📋 copy color: '#BA0157'

red 186 ◦ green 1 ◦ blue 87

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

Shades of Jazzberry Jam #BA0157

Tints of Jazzberry Jam #BA0157

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 67.88%
G = 0.36%
B = 31.75%

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

#BA0157 (or 0xBA0157) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 57. RGB value is (186,1,87). Sum of RGB (Red+Green+Blue) = 186+1+87=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0157 is #45FEA8. Grayscale: #414141. Windows color (decimal): -4587177 or 5702074. OLE color: 5702074.

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

Color convert

RGB 186 1 87 -
CMYK 0 0.99 0.53 0.27
HSL 332.11º 0.99% 0.37% -
HSV(B) 332.11º 0.99% 0.73% -
XYZ 21.98 11.15 10.01 -
YUV 66.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 186 1 87 0 0.99 0.53 0.27 332.11 0.99 0.37
Hex BA 1 57 0 63 35 1B 14C 63 25
Octal 272 1 127 0 143 65 33 514 143 45
Binary 10111010 1 1010111 0 1100011 110101 11011 101001100 1100011 100101

Color Harmonies of #BA0157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0157

Black with #BA0157

Text Example


Text Example

White with #BA0157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0157; }

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

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

background-color css

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

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

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

border-color css

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

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

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