Html Css Color HEX #BA0957 Jazzberry Jam

📋 copy color: '#BA0957'

red 186 ◦ green 9 ◦ blue 87

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

Shades of Jazzberry Jam #BA0957

Tints of Jazzberry Jam #BA0957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

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

R = 65.96%
G = 3.19%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA0957 (or 0xBA0957) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 57. RGB value is (186,9,87). Sum of RGB (Red+Green+Blue) = 186+9+87=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0957 is #45F6A8. Grayscale: #464646. Windows color (decimal): -4585129 or 5704122. OLE color: 5704122.

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

Color convert

RGB 186 9 87 -
CMYK 0 0.95 0.53 0.27
HSL 333.56º 0.91% 0.38% -
HSV(B) 333.56º 0.95% 0.73% -
XYZ 22.07 11.32 10.04 -
YUV 70.82 137.14 210.16 -
System Red Green Blue C M Y K H S L
Decimal 186 9 87 0 0.95 0.53 0.27 333.56 0.91 0.38
Hex BA 9 57 0 5F 35 1B 14E 5B 26
Octal 272 11 127 0 137 65 33 516 133 46
Binary 10111010 1001 1010111 0 1011111 110101 11011 101001110 1011011 100110

Color Harmonies of #BA0957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0957

Black with #BA0957

Text Example


Text Example

White with #BA0957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0957; }

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

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

background-color css

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

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

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

border-color css

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

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

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