Html Css Color HEX #BA076E Jazzberry Jam

📋 copy color: '#BA076E'

red 186 ◦ green 7 ◦ blue 110

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

Shades of Jazzberry Jam #BA076E

Tints of Jazzberry Jam #BA076E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.31%

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 61.39%
G = 2.31%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA076E (or 0xBA076E) is known color: Jazzberry Jam. HEX triplet: BA, 07 and 6E. RGB value is (186,7,110). Sum of RGB (Red+Green+Blue) = 186+7+110=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA076E is #45F891. Grayscale: #484848. Windows color (decimal): -4585618 or 7210938. OLE color: 7210938.

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

Color convert

RGB 186 7 110 -
CMYK 0 0.96 0.41 0.27
HSL 325.47º 0.93% 0.38% -
HSV(B) 325.47º 0.96% 0.73% -
XYZ 23.14 11.72 15.79 -
YUV 72.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 186 7 110 0 0.96 0.41 0.27 325.47 0.93 0.38
Hex BA 7 6E 0 60 29 1B 145 5D 26
Octal 272 7 156 0 140 51 33 505 135 46
Binary 10111010 111 1101110 0 1100000 101001 11011 101000101 1011101 100110

Color Harmonies of #BA076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA076E

Black with #BA076E

Text Example


Text Example

White with #BA076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA076E; }

 p { color: rgb(186,7,110); }

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

background-color css

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

 a { background-color: rgb(186,7,110); }

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

border-color css

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

 span { border-color: rgb(186,7,110); }

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