Html Css Color HEX #BA0857 Jazzberry Jam

📋 copy color: '#BA0857'

red 186 ◦ green 8 ◦ blue 87

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

Shades of Jazzberry Jam #BA0857

Tints of Jazzberry Jam #BA0857

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 66.19%
G = 2.85%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA0857 (or 0xBA0857) is known color: Jazzberry Jam. HEX triplet: BA, 08 and 57. RGB value is (186,8,87). Sum of RGB (Red+Green+Blue) = 186+8+87=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0857 is #45F7A8. Grayscale: #464646. Windows color (decimal): -4585385 or 5703866. OLE color: 5703866.

HSL color Cylindrical-coordinate representation of color #BA0857: hue angle of 333.37º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0857 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 87 -
CMYK 0 0.96 0.53 0.27
HSL 333.37º 0.92% 0.38% -
HSV(B) 333.37º 0.96% 0.73% -
XYZ 22.06 11.3 10.04 -
YUV 70.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 186 8 87 0 0.96 0.53 0.27 333.37 0.92 0.38
Hex BA 8 57 0 60 35 1B 14D 5C 26
Octal 272 10 127 0 140 65 33 515 134 46
Binary 10111010 1000 1010111 0 1100000 110101 11011 101001101 1011100 100110

Color Harmonies of #BA0857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0857

Black with #BA0857

Text Example


Text Example

White with #BA0857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0857; }

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

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

background-color css

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

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

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

border-color css

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

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

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