Html Css Color HEX #BA0968 Jazzberry Jam

📋 copy color: '#BA0968'

red 186 ◦ green 9 ◦ blue 104

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

Shades of Jazzberry Jam #BA0968

Tints of Jazzberry Jam #BA0968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 62.21%
G = 3.01%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA0968 (or 0xBA0968) is known color: Jazzberry Jam. HEX triplet: BA, 09 and 68. RGB value is (186,9,104). Sum of RGB (Red+Green+Blue) = 186+9+104=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0968 is #45F697. Grayscale: #484848. Windows color (decimal): -4585112 or 6818234. OLE color: 6818234.

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

Color convert

RGB 186 9 104 -
CMYK 0 0.95 0.44 0.27
HSL 327.8º 0.91% 0.38% -
HSV(B) 327.8º 0.95% 0.73% -
XYZ 22.85 11.63 14.14 -
YUV 72.75 145.64 208.78 -
System Red Green Blue C M Y K H S L
Decimal 186 9 104 0 0.95 0.44 0.27 327.8 0.91 0.38
Hex BA 9 68 0 5F 2C 1B 148 5B 26
Octal 272 11 150 0 137 54 33 510 133 46
Binary 10111010 1001 1101000 0 1011111 101100 11011 101001000 1011011 100110

Color Harmonies of #BA0968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0968

Black with #BA0968

Text Example


Text Example

White with #BA0968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0968; }

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

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

background-color css

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

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

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

border-color css

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

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

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